#422C99
A dark, moderate blue closely aligning with Rebeccapurple.
About #422C99
Visually, #422C99 is defined as a moderate blue. It is closely associated with the named CSS color Rebeccapurple. In the RGB color space, it consists of 66 red, 44 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 57% Cyan, 71% Magenta, 0% Yellow, and 40% Black. The HSL representation is 252.1° hue, 55.3% saturation, and 38.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#422C99
RGB66, 44, 153
HSL252.1°, 55.3%, 38.6%
CMYK57%, 71%, 0%, 40%
HSV252.1°, 71.2%, 60.0%
LAB27.5, 39.7, -56.2
XYZ8.9, 5.3, 30.7
Decimal4336793
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.23:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.78:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #422C99;
}
.text-color {
color: #422C99;
}
.border-color {
border: 2px solid #422C99;
}