#F0B6E2
A very light, moderate magenta closely aligning with Plum.
About #F0B6E2
When working with digital screens, the color #F0B6E2 is rendered by mixing light. It is closely associated with the named CSS color Plum. This translates to an RGB value of rgb(240, 182, 226).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 24% magenta inks. The HSL representation is 314.5° hue, 65.9% saturation, and 82.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0B6E2
RGB240, 182, 226
HSL314.5°, 65.9%, 82.7%
CMYK0%, 24%, 6%, 6%
HSV314.5°, 24.2%, 94.1%
LAB80.4, 27.9, -13.8
XYZ66.4, 57.5, 79.5
Decimal15775458
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.49:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0B6E2;
}
.text-color {
color: #F0B6E2;
}
.border-color {
border: 2px solid #F0B6E2;
}