#FFBDFF
A very light, vivid magenta closely aligning with Plum.
About #FFBDFF
At its core, #FFBDFF is a very light and vivid hue. Its closest recognized web color is Plum. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 189, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 26% magenta, 0% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
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#FFBDFF
RGB255, 189, 255
HSL300.0°, 100.0%, 87.1%
CMYK0%, 26%, 0%, 0%
HSV300.0°, 25.9%, 100.0%
LAB84.4, 34.2, -23.2
XYZ77.5, 64.9, 103.0
Decimal16760319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.98:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBDFF;
}
.text-color {
color: #FFBDFF;
}
.border-color {
border: 2px solid #FFBDFF;
}