#FFBDDB
A very light, vivid magenta closely aligning with Pink.
About #FFBDDB
Visually, #FFBDDB is defined as a vivid magenta. It is closely associated with the named CSS color Pink. In the RGB color space, it consists of 255 red, 189 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 26% M, 14% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFBDDB
RGB255, 189, 219
HSL332.7°, 100.0%, 87.1%
CMYK0%, 26%, 14%, 0%
HSV332.7°, 25.9%, 100.0%
LAB83.3, 28.2, -5.6
XYZ72.2, 62.8, 75.3
Decimal16760283
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.55:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBDDB;
}
.text-color {
color: #FFBDDB;
}
.border-color {
border: 2px solid #FFBDDB;
}