#5a2c01
a deep, electric orange · warm · closest name: sienna
RGB
90, 44, 1
HSL
29°, 98%, 18%
CMYK
0, 51, 99, 65
Luminance
0.0398
Every format
| HEX | #5a2c01 |
| RGB | rgb(90, 44, 1) |
| HSL | hsl(29, 98%, 18%) |
| CMYK | cmyk(0%, 51%, 99%, 65%) |
| LAB | lab(23.6 18.2 33.1) |
| LCH | lch(23.6 37.8 61.2) |
| OKLCH | oklch(0.348 0.084 56.0) |
Copy-ready code
/* CSS */
color: #5a2c01;
background-color: #5a2c01;
/* Tailwind (arbitrary) */
class="text-[#5a2c01] bg-[#5a2c01]"
/* SCSS */
$brand: #5a2c01;
/* SwiftUI */
Color(red: 0.353, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#5a2c01")Accessibility — WCAG contrast
Aa
#5a2c01 on white: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5a2c01 on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow98.9%
Key (black)64.7%
Color previews
#5a2c01 text on a black background
contrast 1.80:1
Card sample
#5a2c01 text on a white background
contrast 11.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a2c01;
Background color
Panel with #5a2c01 background
background-color: #5a2c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a2c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a2c01; background: linear-gradient(135deg, #5a2c01, #4C5A01);