#4216F8
A medium, vivid blue closely aligning with Blue.
About #4216F8
The precise color #4216F8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 22, and 248.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 73% cyan, 91% magenta, 0% yellow, and 3% black. The HSL representation is 251.7° hue, 94.2% saturation, and 52.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#4216F8
RGB66, 22, 248
HSL251.7°, 94.2%, 52.9%
CMYK73%, 91%, 0%, 3%
HSV251.7°, 91.1%, 97.3%
LAB35.0, 74.9, -99.3
XYZ19.5, 8.5, 89.4
Decimal4331256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.77:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.43:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #4216F8;
}
.text-color {
color: #4216F8;
}
.border-color {
border: 2px solid #4216F8;
}