#423366
A dark, moderate purple closely aligning with Darkslateblue.
About #423366
Visually, #423366 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Darkslateblue. This translates to an RGB value of rgb(66, 51, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 35% Cyan, 50% Magenta, 0% Yellow, and 60% Black. This makes it a relatively dark color when applied to physical surfaces.
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#423366
RGB66, 51, 102
HSL257.6°, 33.3%, 30.0%
CMYK35%, 50%, 0%, 60%
HSV257.6°, 50.0%, 40.0%
LAB25.2, 19.5, -27.7
XYZ5.8, 4.5, 13.1
Decimal4338534
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.07:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.58:1
Text on #F8FAFC
AAA
1.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #423366;
}
.text-color {
color: #423366;
}
.border-color {
border: 2px solid #423366;
}