#FFB6A8
A very light, vivid red closely aligning with Lightpink.
About #FFB6A8
The hex code #FFB6A8 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Lightpink. Its digital footprint relies on 255 parts red, 182 parts green, and 168 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 29% M, 34% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#FFB6A8
RGB255, 182, 168
HSL9.7°, 100.0%, 82.9%
CMYK0%, 29%, 34%, 0%
HSV9.7°, 34.1%, 100.0%
LAB80.5, 24.7, 17.7
XYZ65.0, 57.5, 44.7
Decimal16758440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.51:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFB6A8;
}
.text-color {
color: #FFB6A8;
}
.border-color {
border: 2px solid #FFB6A8;
}