#FFF7ED
Tailwind orange-50
#FFF7ED is a orange colour. In RGB it is 255 red, 247 green and 237 blue, which converts to a hue of 33 degrees, 100% saturation and 96% lightness. It is Tailwind orange-50 in that design system's palette.
Color values
| HEX | #FFF7ED |
|---|---|
| RGB | rgb(255, 247, 237) |
| HSL | hsl(33, 100%, 96%) |
| HSV | hsv(33, 7%, 100%) |
| CMYK | cmyk(0%, 3%, 7%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.06:1, and against black it is 19.78: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.78:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFF7ED toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFF7ED; |
|---|---|
| CSS rgb() | color: rgb(255 247 237); |
| Tailwind | bg-[#fff7ed] |
| SwiftUI | Color(red: 1.000, green: 0.969, blue: 0.929) |
| Android | Color.parseColor("#FFF7ED") |
Closest named color
The nearest CSS colour keyword to #FFF7ED is seashell (#FFF5EE).