#F8B6DB
A very light, vivid magenta closely aligning with Pink.
About #F8B6DB
Visually, #F8B6DB is defined as a vivid magenta. It is closely associated with the named CSS color Pink. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 182, and 219.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 27% Magenta, 12% Yellow, and 3% Black. With a hue angle of 326.4 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8B6DB
RGB248, 182, 219
HSL326.4°, 82.5%, 84.3%
CMYK0%, 27%, 12%, 3%
HSV326.4°, 26.6%, 97.3%
LAB81.0, 29.4, -9.1
XYZ68.2, 58.5, 74.7
Decimal16299739
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.71:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8B6DB;
}
.text-color {
color: #F8B6DB;
}
.border-color {
border: 2px solid #F8B6DB;
}