#592c01
a deep, electric orange · warm · closest name: sienna
RGB
89, 44, 1
HSL
29°, 98%, 18%
CMYK
0, 51, 99, 65
Luminance
0.0393
Every format
| HEX | #592c01 |
| RGB | rgb(89, 44, 1) |
| HSL | hsl(29, 98%, 18%) |
| CMYK | cmyk(0%, 51%, 99%, 65%) |
| LAB | lab(23.4 17.7 32.9) |
| LCH | lch(23.4 37.4 61.7) |
| OKLCH | oklch(0.346 0.083 56.7) |
Copy-ready code
/* CSS */
color: #592c01;
background-color: #592c01;
/* Tailwind (arbitrary) */
class="text-[#592c01] bg-[#592c01]"
/* SCSS */
$brand: #592c01;
/* SwiftUI */
Color(red: 0.349, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#592c01")Accessibility — WCAG contrast
Aa
#592c01 on white: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#592c01 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow98.9%
Key (black)65.1%
Color previews
#592c01 text on a black background
contrast 1.79:1
Card sample
#592c01 text on a white background
contrast 11.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #592c01;
Background color
Panel with #592c01 background
background-color: #592c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #592c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #592c01; background: linear-gradient(135deg, #592c01, #4B5901);