#FFBDAF
A very light, vivid red closely aligning with Lightpink.
About #FFBDAF
The hex code #FFBDAF represents a beautifully specific shade of red. Designers often compare it to the standard color Lightpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 189, and 175.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 26% magenta, 31% yellow, and 0% black. With a hue angle of 10.5 degrees, it sits comfortably in the red 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFBDAF
RGB255, 189, 175
HSL10.5°, 100.0%, 84.3%
CMYK0%, 26%, 31%, 0%
HSV10.5°, 31.4%, 100.0%
LAB82.2, 21.9, 16.4
XYZ67.2, 60.8, 48.7
Decimal16760239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.15:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFBDAF;
}
.text-color {
color: #FFBDAF;
}
.border-color {
border: 2px solid #FFBDAF;
}