#FFB6C1
lightpink
#FFB6C1 is a red colour. In RGB it is 255 red, 182 green and 193 blue, which converts to a hue of 351 degrees, 100% saturation and 86% lightness. It is one of the named CSS colours, written as lightpink in stylesheets.
Color values
| HEX | #FFB6C1 |
|---|---|
| RGB | rgb(255, 182, 193) |
| HSL | hsl(351, 100%, 86%) |
| HSV | hsv(351, 29%, 100%) |
| CMYK | cmyk(0%, 29%, 24%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.65:1, and against black it is 12.71:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.65:1 | Fail | Fail |
| Black | 12.71:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFB6C1 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFB6C1; |
|---|---|
| CSS rgb() | color: rgb(255 182 193); |
| Tailwind | bg-[#ffb6c1] |
| SwiftUI | Color(red: 1.000, green: 0.714, blue: 0.757) |
| Android | Color.parseColor("#FFB6C1") |