#423A50
A dark, muted purple closely aligning with Darkslategray.
About #423A50
The hex code #423A50 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(66, 58, 80).
For print applications, it's crucial to understand its CMYK makeup. The color uses 18% Cyan, 28% Magenta, 0% Yellow, and 69% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#423A50
RGB66, 58, 80
HSL261.8°, 15.9%, 27.1%
CMYK18%, 28%, 0%, 69%
HSV261.8°, 27.5%, 31.4%
LAB26.1, 8.7, -12.1
XYZ5.2, 4.8, 8.2
Decimal4340304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.75:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.28:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #423A50;
}
.text-color {
color: #423A50;
}
.border-color {
border: 2px solid #423A50;
}