#F866DB
A light, vivid magenta closely aligning with Violet.
About #F866DB
At its core, #F866DB is a light and vivid hue. It is closely associated with the named CSS color Violet. In the RGB color space, it consists of 248 red, 102 green, and 219 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 59% magenta inks. The HSL representation is 311.9° hue, 91.3% saturation, and 68.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F866DB
RGB248, 102, 219
HSL311.9°, 91.3%, 68.6%
CMYK0%, 59%, 12%, 3%
HSV311.9°, 58.9%, 97.3%
LAB65.4, 68.9, -32.8
XYZ56.2, 34.6, 70.7
Decimal16279259
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.91:1
Text on #000000
AAA
2.54:1
Text on #F8FAFC
FAIL
6.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F866DB;
}
.text-color {
color: #F866DB;
}
.border-color {
border: 2px solid #F866DB;
}