#FFB6C1
A very light, vivid red closely aligning with Lightpink.
About #FFB6C1
The hex code #FFB6C1 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Lightpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 182, and 193.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 29% Magenta, 24% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFB6C1
RGB255, 182, 193
HSL351.0°, 100.0%, 85.7%
CMYK0%, 29%, 24%, 0%
HSV351.0°, 28.6%, 100.0%
LAB81.1, 28.0, 5.0
XYZ67.6, 58.6, 58.2
Decimal16758465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.71:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFB6C1;
}
.text-color {
color: #FFB6C1;
}
.border-color {
border: 2px solid #FFB6C1;
}