#F8B6E2
A very light, vivid magenta closely aligning with Plum.
About #F8B6E2
Visually, #F8B6E2 is defined as a vivid magenta. Designers often compare it to the standard color Plum. Its digital footprint relies on 248 parts red, 182 parts green, and 226 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 27% Magenta, 9% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8B6E2
RGB248, 182, 226
HSL320.0°, 82.5%, 84.3%
CMYK0%, 27%, 9%, 3%
HSV320.0°, 26.6%, 97.3%
LAB81.2, 30.6, -12.6
XYZ69.2, 58.9, 79.7
Decimal16299746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.78:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8B6E2;
}
.text-color {
color: #F8B6E2;
}
.border-color {
border: 2px solid #F8B6E2;
}