#FEFCE8
Tailwind yellow-50
#FEFCE8 is a yellow colour. In RGB it is 254 red, 252 green and 232 blue, which converts to a hue of 55 degrees, 92% saturation and 95% lightness. It is Tailwind yellow-50 in that design system's palette.
Color values
| HEX | #FEFCE8 |
|---|---|
| RGB | rgb(254, 252, 232) |
| HSL | hsl(55, 92%, 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.3: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.3:1 | AAA | AAA |
Tints and shades
Lighter tints move #FEFCE8 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FEFCE8; |
|---|---|
| CSS rgb() | color: rgb(254 252 232); |
| Tailwind | bg-[#fefce8] |
| SwiftUI | Color(red: 0.996, green: 0.988, blue: 0.910) |
| Android | Color.parseColor("#FEFCE8") |
Closest named color
The nearest CSS colour keyword to #FEFCE8 is floralwhite (#FFFAF0).