#EA580C
Tailwind orange-600
#EA580C is a orange colour. In RGB it is 234 red, 88 green and 12 blue, which converts to a hue of 21 degrees, 90% saturation and 48% lightness. It is Tailwind orange-600 in that design system's palette.
Color values
| HEX | #EA580C |
|---|---|
| RGB | rgb(234, 88, 12) |
| HSL | hsl(21, 90%, 48%) |
| HSV | hsv(21, 95%, 92%) |
| CMYK | cmyk(0%, 62%, 95%, 8%) |
Contrast and accessibility
Against white the contrast ratio is 3.56:1, and against black it is 5.9: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 | 3.56:1 | Fail | AA |
| Black | 5.9:1 | AA | AAA |
Tints and shades
Lighter tints move #EA580C toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #EA580C; |
|---|---|
| CSS rgb() | color: rgb(234 88 12); |
| Tailwind | bg-[#ea580c] |
| SwiftUI | Color(red: 0.918, green: 0.345, blue: 0.047) |
| Android | Color.parseColor("#EA580C") |
Closest named color
The nearest CSS colour keyword to #EA580C is orangered (#FF4500).