#423AAF
A medium, moderate blue closely aligning with Slateblue.
About #423AAF
At its core, #423AAF is a medium and moderate hue. Its closest recognized web color is Slateblue. In the RGB color space, it consists of 66 red, 58 green, and 175 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 62% cyan, 67% magenta, 0% yellow, and 31% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#423AAF
RGB66, 58, 175
HSL244.1°, 50.2%, 45.7%
CMYK62%, 67%, 0%, 31%
HSV244.1°, 66.9%, 68.6%
LAB32.4, 38.5, -61.3
XYZ11.5, 7.3, 41.4
Decimal4340399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.55:1
Text on #FFFFFF
AAA
2.46:1
Text on #000000
FAIL
8.17:1
Text on #F8FAFC
AAA
2.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #423AAF;
}
.text-color {
color: #423AAF;
}
.border-color {
border: 2px solid #423AAF;
}