#CBD5E1
Tailwind slate-300
#CBD5E1 is a blue colour. In RGB it is 203 red, 213 green and 225 blue, which converts to a hue of 213 degrees, 27% saturation and 84% lightness. It is Tailwind slate-300 in that design system's palette.
Color values
| HEX | #CBD5E1 |
|---|---|
| RGB | rgb(203, 213, 225) |
| HSL | hsl(213, 27%, 84%) |
| HSV | hsv(213, 10%, 88%) |
| CMYK | cmyk(10%, 5%, 0%, 12%) |
Contrast and accessibility
Against white the contrast ratio is 1.48:1, and against black it is 14.14: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.48:1 | Fail | Fail |
| Black | 14.14:1 | AAA | AAA |
Tints and shades
Lighter tints move #CBD5E1 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #CBD5E1; |
|---|---|
| CSS rgb() | color: rgb(203 213 225); |
| Tailwind | bg-[#cbd5e1] |
| SwiftUI | Color(red: 0.796, green: 0.835, blue: 0.882) |
| Android | Color.parseColor("#CBD5E1") |
Closest named color
The nearest CSS colour keyword to #CBD5E1 is lightgray (#D3D3D3).