#4207FF
A medium, vivid blue closely aligning with Blue.
About #4207FF
Visually, #4207FF is defined as a vivid blue. Designers often compare it to the standard color Blue. In the RGB color space, it consists of 66 red, 7 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 74% cyan and 97% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4207FF
RGB66, 7, 255
HSL254.3°, 100.0%, 51.4%
CMYK74%, 97%, 0%, 0%
HSV254.3°, 97.3%, 100.0%
LAB35.1, 79.1, -103.2
XYZ20.4, 8.5, 95.2
Decimal4327423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.76:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.42:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4207FF;
}
.text-color {
color: #4207FF;
}
.border-color {
border: 2px solid #4207FF;
}