#4207CC
A medium, vivid purple closely aligning with Mediumblue.
About #4207CC
The precise color #4207CC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 7, and 204.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 68% cyan, 97% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4207CC
RGB66, 7, 204
HSL258.0°, 93.4%, 41.4%
CMYK68%, 97%, 0%, 20%
HSV258.0°, 96.6%, 80.0%
LAB28.6, 67.0, -84.8
XYZ13.2, 5.7, 57.5
Decimal4327372
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.84:1
Text on #FFFFFF
AAA
2.13:1
Text on #000000
FAIL
9.41:1
Text on #F8FAFC
AAA
1.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4207CC;
}
.text-color {
color: #4207CC;
}
.border-color {
border: 2px solid #4207CC;
}