#F850DB
A light, vivid magenta closely aligning with Violet.
About #F850DB
Visually, #F850DB is defined as a vivid magenta. It is closely associated with the named CSS color Violet. This translates to an RGB value of rgb(248, 80, 219).
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 68% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F850DB
RGB248, 80, 219
HSL310.4°, 92.3%, 64.3%
CMYK0%, 68%, 12%, 3%
HSV310.4°, 67.7%, 97.3%
LAB62.3, 77.4, -37.6
XYZ54.4, 30.8, 70.1
Decimal16273627
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.16:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F850DB;
}
.text-color {
color: #F850DB;
}
.border-color {
border: 2px solid #F850DB;
}