#421DE2
A medium, vivid blue closely aligning with Mediumblue.
About #421DE2
At its core, #421DE2 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(66, 29, 226).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 71% cyan and 87% magenta inks. With a hue angle of 251.3 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. 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#421DE2
RGB66, 29, 226
HSL251.3°, 77.3%, 50.0%
CMYK71%, 87%, 0%, 11%
HSV251.3°, 87.2%, 88.6%
LAB33.0, 67.3, -90.2
XYZ16.4, 7.5, 72.5
Decimal4333026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.38:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
8.01:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #421DE2;
}
.text-color {
color: #421DE2;
}
.border-color {
border: 2px solid #421DE2;
}