#FFBDBD
A very light, vivid red closely aligning with Pink.
About #FFBDBD
Visually, #FFBDBD is defined as a vivid red. Its closest recognized web color is Pink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 189, and 189.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 26% magenta, 26% yellow, and 0% black. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFBDBD
RGB255, 189, 189
HSL0.0°, 100.0%, 87.1%
CMYK0%, 26%, 26%, 0%
HSV0.0°, 25.9%, 100.0%
LAB82.6, 23.7, 9.3
XYZ68.6, 61.3, 56.4
Decimal16760253
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.27:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBDBD;
}
.text-color {
color: #FFBDBD;
}
.border-color {
border: 2px solid #FFBDBD;
}