#FFE0B2
Material orange 100
#FFE0B2 is a orange colour. In RGB it is 255 red, 224 green and 178 blue, which converts to a hue of 36 degrees, 100% saturation and 85% lightness. It is Material orange 100 in that design system's palette.
Color values
| HEX | #FFE0B2 |
|---|---|
| RGB | rgb(255, 224, 178) |
| HSL | hsl(36, 100%, 85%) |
| HSV | hsv(36, 30%, 100%) |
| CMYK | cmyk(0%, 12%, 30%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.27:1, and against black it is 16.56: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.27:1 | Fail | Fail |
| Black | 16.56:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFE0B2 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFE0B2; |
|---|---|
| CSS rgb() | color: rgb(255 224 178); |
| Tailwind | bg-[#ffe0b2] |
| SwiftUI | Color(red: 1.000, green: 0.878, blue: 0.698) |
| Android | Color.parseColor("#FFE0B2") |
Closest named color
The nearest CSS colour keyword to #FFE0B2 is navajowhite (#FFDEAD).