#FFB6BD
A very light, vivid red closely aligning with Lightpink.
About #FFB6BD
The precise color #FFB6BD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightpink. This translates to an RGB value of rgb(255, 182, 189).
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, 26% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFB6BD
RGB255, 182, 189
HSL354.2°, 100.0%, 85.7%
CMYK0%, 29%, 26%, 0%
HSV354.2°, 28.6%, 100.0%
LAB81.0, 27.4, 7.0
XYZ67.2, 58.4, 55.9
Decimal16758461
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.68:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFB6BD;
}
.text-color {
color: #FFB6BD;
}
.border-color {
border: 2px solid #FFB6BD;
}