#420FE9
A medium, vivid blue closely aligning with Mediumblue.
About #420FE9
When working with digital screens, the color #420FE9 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 66 red, 15 green, and 233 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 72% C, 94% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#420FE9
RGB66, 15, 233
HSL254.0°, 87.9%, 48.6%
CMYK72%, 94%, 0%, 9%
HSV254.0°, 93.6%, 91.4%
LAB32.7, 72.6, -94.8
XYZ17.1, 7.4, 77.6
Decimal4329449
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.48:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.10:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #420FE9;
}
.text-color {
color: #420FE9;
}
.border-color {
border: 2px solid #420FE9;
}