#7C2D12
Tailwind orange-900
#7C2D12 is a orange colour. In RGB it is 124 red, 45 green and 18 blue, which converts to a hue of 15 degrees, 75% saturation and 28% lightness. It is Tailwind orange-900 in that design system's palette.
Color values
| HEX | #7C2D12 |
|---|---|
| RGB | rgb(124, 45, 18) |
| HSL | hsl(15, 75%, 28%) |
| HSV | hsv(15, 85%, 49%) |
| CMYK | cmyk(0%, 64%, 85%, 51%) |
Contrast and accessibility
Against white the contrast ratio is 9.37:1, and against black it is 2.24: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 | 9.37:1 | AAA | AAA |
| Black | 2.24:1 | Fail | Fail |
Tints and shades
Lighter tints move #7C2D12 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #7C2D12; |
|---|---|
| CSS rgb() | color: rgb(124 45 18); |
| Tailwind | bg-[#7c2d12] |
| SwiftUI | Color(red: 0.486, green: 0.176, blue: 0.071) |
| Android | Color.parseColor("#7C2D12") |
Closest named color
The nearest CSS colour keyword to #7C2D12 is saddlebrown (#8B4513).