#EFEBE9
Material brown 50
#EFEBE9 is a orange colour. In RGB it is 239 red, 235 green and 233 blue, which converts to a hue of 20 degrees, 16% saturation and 93% lightness. It is Material brown 50 in that design system's palette.
Color values
| HEX | #EFEBE9 |
|---|---|
| RGB | rgb(239, 235, 233) |
| HSL | hsl(20, 16%, 93%) |
| HSV | hsv(20, 3%, 94%) |
| CMYK | cmyk(0%, 2%, 3%, 6%) |
Contrast and accessibility
Against white the contrast ratio is 1.18:1, and against black it is 17.73: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.18:1 | Fail | Fail |
| Black | 17.73:1 | AAA | AAA |
Tints and shades
Lighter tints move #EFEBE9 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #EFEBE9; |
|---|---|
| CSS rgb() | color: rgb(239 235 233); |
| Tailwind | bg-[#efebe9] |
| SwiftUI | Color(red: 0.937, green: 0.922, blue: 0.914) |
| Android | Color.parseColor("#EFEBE9") |
Closest named color
The nearest CSS colour keyword to #EFEBE9 is linen (#FAF0E6).