#FFB6E9
A very light, vivid magenta closely aligning with Plum.
About #FFB6E9
The hex code #FFB6E9 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Plum. In the RGB color space, it consists of 255 red, 182 green, and 233 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 29% Magenta, 9% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFB6E9
RGB255, 182, 233
HSL318.1°, 100.0%, 85.7%
CMYK0%, 29%, 9%, 0%
HSV318.1°, 28.6%, 100.0%
LAB82.2, 34.1, -14.9
XYZ72.7, 60.6, 85.0
Decimal16758505
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.12:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFB6E9;
}
.text-color {
color: #FFB6E9;
}
.border-color {
border: 2px solid #FFB6E9;
}