#FFFBEB
Tailwind amber-50
#FFFBEB is a yellow colour. In RGB it is 255 red, 251 green and 235 blue, which converts to a hue of 48 degrees, 100% saturation and 96% lightness. It is Tailwind amber-50 in that design system's palette.
Color values
| HEX | #FFFBEB |
|---|---|
| RGB | rgb(255, 251, 235) |
| HSL | hsl(48, 100%, 96%) |
| HSV | hsv(48, 8%, 100%) |
| CMYK | cmyk(0%, 2%, 8%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.04:1, and against black it is 20.25: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.04:1 | Fail | Fail |
| Black | 20.25:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFFBEB toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFFBEB; |
|---|---|
| CSS rgb() | color: rgb(255 251 235); |
| Tailwind | bg-[#fffbeb] |
| SwiftUI | Color(red: 1.000, green: 0.984, blue: 0.922) |
| Android | Color.parseColor("#FFFBEB") |
Closest named color
The nearest CSS colour keyword to #FFFBEB is floralwhite (#FFFAF0).