#FFEDD5
Tailwind orange-100
#FFEDD5 is a orange colour. In RGB it is 255 red, 237 green and 213 blue, which converts to a hue of 34 degrees, 100% saturation and 92% lightness. It is Tailwind orange-100 in that design system's palette.
Color values
| HEX | #FFEDD5 |
|---|---|
| RGB | rgb(255, 237, 213) |
| HSL | hsl(34, 100%, 92%) |
| HSV | hsv(34, 16%, 100%) |
| CMYK | cmyk(0%, 7%, 16%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.15:1, and against black it is 18.33: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.15:1 | Fail | Fail |
| Black | 18.33:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFEDD5 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFEDD5; |
|---|---|
| CSS rgb() | color: rgb(255 237 213); |
| Tailwind | bg-[#ffedd5] |
| SwiftUI | Color(red: 1.000, green: 0.929, blue: 0.835) |
| Android | Color.parseColor("#FFEDD5") |
Closest named color
The nearest CSS colour keyword to #FFEDD5 is papayawhip (#FFEFD5).