#FFECB3
Material amber 100
#FFECB3 is a yellow colour. In RGB it is 255 red, 236 green and 179 blue, which converts to a hue of 45 degrees, 100% saturation and 85% lightness. It is Material amber 100 in that design system's palette.
Color values
| HEX | #FFECB3 |
|---|---|
| RGB | rgb(255, 236, 179) |
| HSL | hsl(45, 100%, 85%) |
| HSV | hsv(45, 30%, 100%) |
| CMYK | cmyk(0%, 7%, 30%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.17:1, and against black it is 17.9: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.17:1 | Fail | Fail |
| Black | 17.9:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFECB3 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFECB3; |
|---|---|
| CSS rgb() | color: rgb(255 236 179); |
| Tailwind | bg-[#ffecb3] |
| SwiftUI | Color(red: 1.000, green: 0.925, blue: 0.702) |
| Android | Color.parseColor("#FFECB3") |
Closest named color
The nearest CSS colour keyword to #FFECB3 is moccasin (#FFE4B5).