#FFB6B6
A very light, vivid red closely aligning with Lightpink.
About #FFB6B6
Visually, #FFB6B6 is defined as a vivid red. It is closely associated with the named CSS color Lightpink. Its digital footprint relies on 255 parts red, 182 parts green, and 182 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 29% Magenta, 29% Yellow, and 0% Black. The HSL representation is 0.0° hue, 100.0% saturation, and 85.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFB6B6
RGB255, 182, 182
HSL0.0°, 100.0%, 85.7%
CMYK0%, 29%, 29%, 0%
HSV0.0°, 28.6%, 100.0%
LAB80.8, 26.5, 10.6
XYZ66.4, 58.1, 52.0
Decimal16758454
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.62:1
Text on #000000
AAA
1.59:1
Text on #F8FAFC
FAIL
10.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFB6B6;
}
.text-color {
color: #FFB6B6;
}
.border-color {
border: 2px solid #FFB6B6;
}