#D7CCC8
Material brown 100
#D7CCC8 is a orange colour. In RGB it is 215 red, 204 green and 200 blue, which converts to a hue of 16 degrees, 16% saturation and 81% lightness. It is Material brown 100 in that design system's palette.
Color values
| HEX | #D7CCC8 |
|---|---|
| RGB | rgb(215, 204, 200) |
| HSL | hsl(16, 16%, 81%) |
| HSV | hsv(16, 7%, 84%) |
| CMYK | cmyk(0%, 5%, 7%, 16%) |
Contrast and accessibility
Against white the contrast ratio is 1.57:1, and against black it is 13.36: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.57:1 | Fail | Fail |
| Black | 13.36:1 | AAA | AAA |
Tints and shades
Lighter tints move #D7CCC8 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #D7CCC8; |
|---|---|
| CSS rgb() | color: rgb(215 204 200); |
| Tailwind | bg-[#d7ccc8] |
| SwiftUI | Color(red: 0.843, green: 0.800, blue: 0.784) |
| Android | Color.parseColor("#D7CCC8") |
Closest named color
The nearest CSS colour keyword to #D7CCC8 is lightgray (#D3D3D3).