#420750
A very dark, vivid magenta closely aligning with Midnightblue.
About #420750
At its core, #420750 is a very dark and vivid hue. Its closest recognized web color is Midnightblue. This translates to an RGB value of rgb(66, 7, 80).
If you are designing for print, the four-color process is what matters most. The color uses 18% Cyan, 91% Magenta, 0% Yellow, and 69% Black. The HSL representation is 288.5° hue, 83.9% saturation, and 17.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#420750
RGB66, 7, 80
HSL288.5°, 83.9%, 17.1%
CMYK18%, 91%, 0%, 69%
HSV288.5°, 91.2%, 31.4%
LAB14.9, 37.4, -29.6
XYZ3.8, 1.9, 7.8
Decimal4327248
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.24:1
Text on #FFFFFF
AAA
1.38:1
Text on #000000
FAIL
14.57:1
Text on #F8FAFC
AAA
1.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #420750;
}
.text-color {
color: #420750;
}
.border-color {
border: 2px solid #420750;
}