#421D7C
A dark, moderate purple closely aligning with Midnightblue.
About #421D7C
Visually, #421D7C is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Midnightblue. Its digital footprint relies on 66 parts red, 29 parts green, and 124 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 47% cyan, 77% magenta, 0% yellow, and 51% black. The HSL representation is 263.4° hue, 62.1% saturation, and 30.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#421D7C
RGB66, 29, 124
HSL263.4°, 62.1%, 30.0%
CMYK47%, 77%, 0%, 51%
HSV263.4°, 76.6%, 48.6%
LAB21.9, 39.2, -47.2
XYZ6.3, 3.5, 19.4
Decimal4332924
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.36:1
Text on #FFFFFF
AAA
1.70:1
Text on #000000
FAIL
11.82:1
Text on #F8FAFC
AAA
1.44:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #421D7C;
}
.text-color {
color: #421D7C;
}
.border-color {
border: 2px solid #421D7C;
}