#FFE082
Material amber 200
#FFE082 is a yellow colour. In RGB it is 255 red, 224 green and 130 blue, which converts to a hue of 45 degrees, 100% saturation and 75% lightness. It is Material amber 200 in that design system's palette.
Color values
| HEX | #FFE082 |
|---|---|
| RGB | rgb(255, 224, 130) |
| HSL | hsl(45, 100%, 75%) |
| HSV | hsv(45, 49%, 100%) |
| CMYK | cmyk(0%, 12%, 49%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.29:1, and against black it is 16.24: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.29:1 | Fail | Fail |
| Black | 16.24:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFE082 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFE082; |
|---|---|
| CSS rgb() | color: rgb(255 224 130); |
| Tailwind | bg-[#ffe082] |
| SwiftUI | Color(red: 1.000, green: 0.878, blue: 0.510) |
| Android | Color.parseColor("#FFE082") |
Closest named color
The nearest CSS colour keyword to #FFE082 is khaki (#F0E68C).