#FFA8BD
A very light, vivid red closely aligning with Lightpink.
About #FFA8BD
The hex code #FFA8BD represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Lightpink. In the RGB color space, it consists of 255 red, 168 green, and 189 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 34% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFA8BD
RGB255, 168, 189
HSL345.5°, 100.0%, 82.9%
CMYK0%, 34%, 26%, 0%
HSV345.5°, 34.1%, 100.0%
LAB77.8, 34.7, 2.5
XYZ64.4, 52.9, 55.0
Decimal16754877
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.59:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA8BD;
}
.text-color {
color: #FFA8BD;
}
.border-color {
border: 2px solid #FFA8BD;
}