#CFD8DC
Material bluegrey 100
#CFD8DC is a cyan colour. In RGB it is 207 red, 216 green and 220 blue, which converts to a hue of 198 degrees, 16% saturation and 84% lightness. It is Material bluegrey 100 in that design system's palette.
Color values
| HEX | #CFD8DC |
|---|---|
| RGB | rgb(207, 216, 220) |
| HSL | hsl(198, 16%, 84%) |
| HSV | hsv(198, 6%, 86%) |
| CMYK | cmyk(6%, 2%, 0%, 14%) |
Contrast and accessibility
Against white the contrast ratio is 1.45:1, and against black it is 14.51: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.45:1 | Fail | Fail |
| Black | 14.51:1 | AAA | AAA |
Tints and shades
Lighter tints move #CFD8DC toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #CFD8DC; |
|---|---|
| CSS rgb() | color: rgb(207 216 220); |
| Tailwind | bg-[#cfd8dc] |
| SwiftUI | Color(red: 0.812, green: 0.847, blue: 0.863) |
| Android | Color.parseColor("#CFD8DC") |
Closest named color
The nearest CSS colour keyword to #CFD8DC is lightgray (#D3D3D3).