#421D75
A dark, moderate purple closely aligning with Midnightblue.
About #421D75
When working with digital screens, the color #421D75 is rendered by mixing light. Designers often compare it to the standard color Midnightblue. This translates to an RGB value of rgb(66, 29, 117).
If you are designing for print, the four-color process is what matters most. The color uses 44% Cyan, 75% Magenta, 0% Yellow, and 54% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#421D75
RGB66, 29, 117
HSL265.2°, 60.3%, 28.6%
CMYK44%, 75%, 0%, 54%
HSV265.2°, 75.2%, 45.9%
LAB21.3, 37.2, -43.7
XYZ5.9, 3.3, 17.2
Decimal4332917
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.62:1
Text on #FFFFFF
AAA
1.66:1
Text on #000000
FAIL
12.06:1
Text on #F8FAFC
AAA
1.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #421D75;
}
.text-color {
color: #421D75;
}
.border-color {
border: 2px solid #421D75;
}