#420FDB
A medium, vivid purple closely aligning with Mediumblue.
About #420FDB
Visually, #420FDB is defined as a vivid purple. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(66, 15, 219).
Translating this color to physical media requires the CMYK color model. The color uses 70% Cyan, 93% Magenta, 0% Yellow, and 14% Black. The HSL representation is 255.0° hue, 87.2% saturation, and 45.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#420FDB
RGB66, 15, 219
HSL255.0°, 87.2%, 45.9%
CMYK70%, 93%, 0%, 14%
HSV255.0°, 93.2%, 85.9%
LAB30.9, 69.2, -89.6
XYZ15.2, 6.6, 67.5
Decimal4329435
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.04:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.64:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #420FDB;
}
.text-color {
color: #420FDB;
}
.border-color {
border: 2px solid #420FDB;
}