#FFFDE7
Material yellow 50
#FFFDE7 is a yellow colour. In RGB it is 255 red, 253 green and 231 blue, which converts to a hue of 55 degrees, 100% saturation and 95% lightness. It is Material yellow 50 in that design system's palette.
Color values
| HEX | #FFFDE7 |
|---|---|
| RGB | rgb(255, 253, 231) |
| HSL | hsl(55, 100%, 95%) |
| HSV | hsv(55, 9%, 100%) |
| CMYK | cmyk(0%, 1%, 9%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.03:1, and against black it is 20.46: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.03:1 | Fail | Fail |
| Black | 20.46:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFFDE7 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFFDE7; |
|---|---|
| CSS rgb() | color: rgb(255 253 231); |
| Tailwind | bg-[#fffde7] |
| SwiftUI | Color(red: 1.000, green: 0.992, blue: 0.906) |
| Android | Color.parseColor("#FFFDE7") |
Closest named color
The nearest CSS colour keyword to #FFFDE7 is lightyellow (#FFFFE0).