#423A99
A medium, moderate blue closely aligning with Darkslateblue.
About #423A99
Visually, #423A99 is defined as a moderate blue. Its closest recognized web color is Darkslateblue. In the RGB color space, it consists of 66 red, 58 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 57% cyan and 62% magenta inks. With a hue angle of 245.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#423A99
RGB66, 58, 153
HSL245.1°, 45.0%, 41.4%
CMYK57%, 62%, 0%, 40%
HSV245.1°, 62.1%, 60.0%
LAB30.6, 31.2, -51.1
XYZ9.5, 6.5, 30.9
Decimal4340377
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.14:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.74:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #423A99;
}
.text-color {
color: #423A99;
}
.border-color {
border: 2px solid #423A99;
}