#FFBDC5
A very light, vivid red closely aligning with Pink.
About #FFBDC5
Visually, #FFBDC5 is defined as a vivid red. It is closely associated with the named CSS color Pink. In the RGB color space, it consists of 255 red, 189 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 26% magenta inks. The HSL representation is 352.7° hue, 100.0% saturation, and 87.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFBDC5
RGB255, 189, 197
HSL352.7°, 100.0%, 87.1%
CMYK0%, 26%, 23%, 0%
HSV352.7°, 25.9%, 100.0%
LAB82.7, 24.9, 5.3
XYZ69.5, 61.7, 61.1
Decimal16760261
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.34:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBDC5;
}
.text-color {
color: #FFBDC5;
}
.border-color {
border: 2px solid #FFBDC5;
}