#CD5C5C
indianred
#CD5C5C is a red colour. In RGB it is 205 red, 92 green and 92 blue, which converts to a hue of 0 degrees, 53% saturation and 58% lightness. It is one of the named CSS colours, written as indianred in stylesheets.
Color values
| HEX | #CD5C5C |
|---|---|
| RGB | rgb(205, 92, 92) |
| HSL | hsl(0, 53%, 58%) |
| HSV | hsv(0, 55%, 80%) |
| CMYK | cmyk(0%, 55%, 55%, 20%) |
Contrast and accessibility
Against white the contrast ratio is 3.98:1, and against black it is 5.28: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 | 3.98:1 | Fail | AA |
| Black | 5.28:1 | AA | AAA |
Tints and shades
Lighter tints move #CD5C5C toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #CD5C5C; |
|---|---|
| CSS rgb() | color: rgb(205 92 92); |
| Tailwind | bg-[#cd5c5c] |
| SwiftUI | Color(red: 0.804, green: 0.361, blue: 0.361) |
| Android | Color.parseColor("#CD5C5C") |