#FFCCBC
Material deeporange 100
#FFCCBC is a red colour. In RGB it is 255 red, 204 green and 188 blue, which converts to a hue of 14 degrees, 100% saturation and 87% lightness. It is Material deeporange 100 in that design system's palette.
Color values
| HEX | #FFCCBC |
|---|---|
| RGB | rgb(255, 204, 188) |
| HSL | hsl(14, 100%, 87%) |
| HSV | hsv(14, 26%, 100%) |
| CMYK | cmyk(0%, 20%, 26%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.44:1, and against black it is 14.62: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.44:1 | Fail | Fail |
| Black | 14.62:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFCCBC toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFCCBC; |
|---|---|
| CSS rgb() | color: rgb(255 204 188); |
| Tailwind | bg-[#ffccbc] |
| SwiftUI | Color(red: 1.000, green: 0.800, blue: 0.737) |
| Android | Color.parseColor("#FFCCBC") |
Closest named color
The nearest CSS colour keyword to #FFCCBC is peachpuff (#FFDAB9).