#C5CAE9
Material indigo 100
#C5CAE9 is a blue colour. In RGB it is 197 red, 202 green and 233 blue, which converts to a hue of 232 degrees, 45% saturation and 84% lightness. It is Material indigo 100 in that design system's palette.
Color values
| HEX | #C5CAE9 |
|---|---|
| RGB | rgb(197, 202, 233) |
| HSL | hsl(232, 45%, 84%) |
| HSV | hsv(232, 15%, 91%) |
| CMYK | cmyk(15%, 13%, 0%, 9%) |
Contrast and accessibility
Against white the contrast ratio is 1.62:1, and against black it is 13: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.62:1 | Fail | Fail |
| Black | 13:1 | AAA | AAA |
Tints and shades
Lighter tints move #C5CAE9 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #C5CAE9; |
|---|---|
| CSS rgb() | color: rgb(197 202 233); |
| Tailwind | bg-[#c5cae9] |
| SwiftUI | Color(red: 0.773, green: 0.792, blue: 0.914) |
| Android | Color.parseColor("#C5CAE9") |
Closest named color
The nearest CSS colour keyword to #C5CAE9 is lightsteelblue (#B0C4DE).