#FFBDE2
A very light, vivid magenta closely aligning with Pink.
About #FFBDE2
At its core, #FFBDE2 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Pink. In the RGB color space, it consists of 255 red, 189 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 26% magenta, 11% yellow, and 0% black. With a hue angle of 326.4 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FFBDE2
RGB255, 189, 226
HSL326.4°, 100.0%, 87.1%
CMYK0%, 26%, 11%, 0%
HSV326.4°, 25.9%, 100.0%
LAB83.5, 29.3, -9.1
XYZ73.2, 63.1, 80.3
Decimal16760290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.63:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBDE2;
}
.text-color {
color: #FFBDE2;
}
.border-color {
border: 2px solid #FFBDE2;
}