#F8B6D3
A very light, vivid magenta closely aligning with Pink.
About #F8B6D3
At its core, #F8B6D3 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Pink. This translates to an RGB value of rgb(248, 182, 211).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 27% M, 15% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8B6D3
RGB248, 182, 211
HSL333.6°, 82.5%, 84.3%
CMYK0%, 27%, 15%, 3%
HSV333.6°, 26.6%, 97.3%
LAB80.8, 28.2, -5.1
XYZ67.2, 58.1, 69.3
Decimal16299731
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.62:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8B6D3;
}
.text-color {
color: #F8B6D3;
}
.border-color {
border: 2px solid #F8B6D3;
}