#FED7AA
Tailwind orange-200
#FED7AA is a orange colour. In RGB it is 254 red, 215 green and 170 blue, which converts to a hue of 32 degrees, 98% saturation and 83% lightness. It is Tailwind orange-200 in that design system's palette.
Color values
| HEX | #FED7AA |
|---|---|
| RGB | rgb(254, 215, 170) |
| HSL | hsl(32, 98%, 83%) |
| HSV | hsv(32, 33%, 100%) |
| CMYK | cmyk(0%, 15%, 33%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.35:1, and against black it is 15.51: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.35:1 | Fail | Fail |
| Black | 15.51:1 | AAA | AAA |
Tints and shades
Lighter tints move #FED7AA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FED7AA; |
|---|---|
| CSS rgb() | color: rgb(254 215 170); |
| Tailwind | bg-[#fed7aa] |
| SwiftUI | Color(red: 0.996, green: 0.843, blue: 0.667) |
| Android | Color.parseColor("#FED7AA") |
Closest named color
The nearest CSS colour keyword to #FED7AA is navajowhite (#FFDEAD).