#423357
A dark, muted purple closely aligning with Darkslateblue.
About #423357
At its core, #423357 is a dark and muted hue. If you're using CSS, you might find it aligns closely with Darkslateblue. Its digital footprint relies on 66 parts red, 51 parts green, and 87 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 24% cyan, 41% magenta, 0% yellow, and 66% black. With a hue angle of 265.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#423357
RGB66, 51, 87
HSL265.0°, 26.1%, 27.1%
CMYK24%, 41%, 0%, 66%
HSV265.0°, 41.4%, 34.1%
LAB24.4, 15.2, -19.3
XYZ5.2, 4.2, 9.6
Decimal4338519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.40:1
Text on #FFFFFF
AAA
1.84:1
Text on #000000
FAIL
10.89:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #423357;
}
.text-color {
color: #423357;
}
.border-color {
border: 2px solid #423357;
}