#FFCDD2
Material red 100
#FFCDD2 is a red colour. In RGB it is 255 red, 205 green and 210 blue, which converts to a hue of 354 degrees, 100% saturation and 90% lightness. It is Material red 100 in that design system's palette.
Color values
| HEX | #FFCDD2 |
|---|---|
| RGB | rgb(255, 205, 210) |
| HSL | hsl(354, 100%, 90%) |
| HSV | hsv(354, 20%, 100%) |
| CMYK | cmyk(0%, 20%, 18%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.41:1, and against black it is 14.92: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.41:1 | Fail | Fail |
| Black | 14.92:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFCDD2 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFCDD2; |
|---|---|
| CSS rgb() | color: rgb(255 205 210); |
| Tailwind | bg-[#ffcdd2] |
| SwiftUI | Color(red: 1.000, green: 0.804, blue: 0.824) |
| Android | Color.parseColor("#FFCDD2") |
Closest named color
The nearest CSS colour keyword to #FFCDD2 is pink (#FFC0CB).