#4207DB
A medium, vivid purple closely aligning with Mediumblue.
About #4207DB
When working with digital screens, the color #4207DB is rendered by mixing light. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(66, 7, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 70% C, 97% M, 0% Y, and 14% K. The HSL representation is 256.7° hue, 93.8% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#4207DB
RGB66, 7, 219
HSL256.7°, 93.8%, 44.3%
CMYK70%, 97%, 0%, 14%
HSV256.7°, 96.8%, 85.9%
LAB30.5, 70.6, -90.4
XYZ15.1, 6.4, 67.5
Decimal4327387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.19:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.78:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4207DB;
}
.text-color {
color: #4207DB;
}
.border-color {
border: 2px solid #4207DB;
}