#492c01
a deep, electric orange · warm · closest name: sienna
RGB
73, 44, 1
HSL
36°, 97%, 15%
CMYK
0, 40, 99, 71
Luminance
0.0322
Every format
| HEX | #492c01 |
| RGB | rgb(73, 44, 1) |
| HSL | hsl(36, 97%, 15%) |
| CMYK | cmyk(0%, 40%, 99%, 71%) |
| LAB | lab(20.9 9.7 29.5) |
| LCH | lch(20.9 31.1 71.8) |
| OKLCH | oklch(0.322 0.069 70.4) |
Copy-ready code
/* CSS */
color: #492c01;
background-color: #492c01;
/* Tailwind (arbitrary) */
class="text-[#492c01] bg-[#492c01]"
/* SCSS */
$brand: #492c01;
/* SwiftUI */
Color(red: 0.286, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#492c01")Accessibility — WCAG contrast
Aa
#492c01 on white: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#492c01 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta39.7%
Yellow98.6%
Key (black)71.4%
Color previews
#492c01 text on a black background
contrast 1.64:1
Card sample
#492c01 text on a white background
contrast 12.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #492c01;
Background color
Panel with #492c01 background
background-color: #492c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #492c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #492c01; background: linear-gradient(135deg, #492c01, #364901);