#421DCC
A medium, vivid blue closely aligning with Mediumblue.
About #421DCC
At its core, #421DCC is a medium and vivid hue. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 29, and 204.
If you are designing for print, the four-color process is what matters most. The color uses 68% Cyan, 86% Magenta, 0% Yellow, and 20% Black. With a hue angle of 252.7 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#421DCC
RGB66, 29, 204
HSL252.7°, 75.1%, 45.7%
CMYK68%, 86%, 0%, 20%
HSV252.7°, 85.8%, 80.0%
LAB30.4, 61.5, -81.8
XYZ13.6, 6.4, 57.6
Decimal4333004
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.21:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.81:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #421DCC;
}
.text-color {
color: #421DCC;
}
.border-color {
border: 2px solid #421DCC;
}