#FFBDE9
A very light, vivid magenta closely aligning with Plum.
About #FFBDE9
At its core, #FFBDE9 is a very light and vivid hue. Its closest recognized web color is Plum. This translates to an RGB value of rgb(255, 189, 233).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 26% M, 9% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
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#FFBDE9
RGB255, 189, 233
HSL320.0°, 100.0%, 87.1%
CMYK0%, 26%, 9%, 0%
HSV320.0°, 25.9%, 100.0%
LAB83.7, 30.4, -12.5
XYZ74.1, 63.5, 85.4
Decimal16760297
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.71:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBDE9;
}
.text-color {
color: #FFBDE9;
}
.border-color {
border: 2px solid #FFBDE9;
}