#FFA0BD
A very light, vivid magenta closely aligning with Lightpink.
About #FFA0BD
At its core, #FFA0BD is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Lightpink. Its digital footprint relies on 255 parts red, 160 parts green, and 189 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 37% M, 26% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFA0BD
RGB255, 160, 189
HSL341.7°, 100.0%, 81.4%
CMYK0%, 37%, 26%, 0%
HSV341.7°, 37.3%, 100.0%
LAB76.1, 38.9, 0.0
XYZ63.0, 50.1, 54.5
Decimal16752829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
11.02:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA0BD;
}
.text-color {
color: #FFA0BD;
}
.border-color {
border: 2px solid #FFA0BD;
}