#F8B6FF
A very light, vivid magenta closely aligning with Plum.
About #F8B6FF
The precise color #F8B6FF is an excellent choice for modern design projects. Designers often compare it to the standard color Plum. In the RGB color space, it consists of 248 red, 182 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 3% C, 29% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8B6FF
RGB248, 182, 255
HSL294.2°, 100.0%, 85.7%
CMYK3%, 29%, 0%, 0%
HSV294.2°, 28.6%, 100.0%
LAB82.2, 35.7, -26.7
XYZ73.5, 60.6, 102.4
Decimal16299775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.13:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8B6FF;
}
.text-color {
color: #F8B6FF;
}
.border-color {
border: 2px solid #F8B6FF;
}