#FFF8E1
Material amber 50
#FFF8E1 is a yellow colour. In RGB it is 255 red, 248 green and 225 blue, which converts to a hue of 46 degrees, 100% saturation and 94% lightness. It is Material amber 50 in that design system's palette.
Color values
| HEX | #FFF8E1 |
|---|---|
| RGB | rgb(255, 248, 225) |
| HSL | hsl(46, 100%, 94%) |
| HSV | hsv(46, 12%, 100%) |
| CMYK | cmyk(0%, 3%, 12%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.06:1, and against black it is 19.77: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.06:1 | Fail | Fail |
| Black | 19.77:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFF8E1 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFF8E1; |
|---|---|
| CSS rgb() | color: rgb(255 248 225); |
| Tailwind | bg-[#fff8e1] |
| SwiftUI | Color(red: 1.000, green: 0.973, blue: 0.882) |
| Android | Color.parseColor("#FFF8E1") |
Closest named color
The nearest CSS colour keyword to #FFF8E1 is cornsilk (#FFF8DC).