#423AA0
A medium, moderate blue closely aligning with Rebeccapurple.
About #423AA0
When working with digital screens, the color #423AA0 is rendered by mixing light. It is closely associated with the named CSS color Rebeccapurple. This translates to an RGB value of rgb(66, 58, 160).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 59% C, 64% M, 0% Y, and 37% K. With a hue angle of 244.7 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#423AA0
RGB66, 58, 160
HSL244.7°, 46.8%, 42.7%
CMYK59%, 64%, 0%, 37%
HSV244.7°, 63.8%, 62.7%
LAB31.2, 33.6, -54.4
XYZ10.1, 6.7, 34.0
Decimal4340384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.96:1
Text on #FFFFFF
AAA
2.34:1
Text on #000000
FAIL
8.56:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #423AA0;
}
.text-color {
color: #423AA0;
}
.border-color {
border: 2px solid #423AA0;
}