#F85FE9
A light, vivid magenta closely aligning with Violet.
About #F85FE9
When working with digital screens, the color #F85FE9 is rendered by mixing light. It is closely associated with the named CSS color Violet. In the RGB color space, it consists of 248 red, 95 green, and 233 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 62% magenta inks. With a hue angle of 305.9 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F85FE9
RGB248, 95, 233
HSL305.9°, 91.6%, 67.3%
CMYK0%, 62%, 6%, 3%
HSV305.9°, 61.7%, 97.3%
LAB65.0, 73.8, -41.3
XYZ57.5, 34.0, 80.6
Decimal16277481
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.80:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85FE9;
}
.text-color {
color: #F85FE9;
}
.border-color {
border: 2px solid #F85FE9;
}