#814407
a dark, electric orange · warm · closest name: sienna
RGB
129, 68, 7
HSL
30°, 90%, 27%
CMYK
0, 47, 95, 49
Luminance
0.0882
Every format
| HEX | #814407 |
| RGB | rgb(129, 68, 7) |
| HSL | hsl(30, 90%, 27%) |
| CMYK | cmyk(0%, 47%, 95%, 49%) |
| LAB | lab(35.6 22.3 43.1) |
| LCH | lch(35.6 48.5 62.7) |
| OKLCH | oklch(0.453 0.106 57.0) |
Copy-ready code
/* CSS */
color: #814407;
background-color: #814407;
/* Tailwind (arbitrary) */
class="text-[#814407] bg-[#814407]"
/* SCSS */
$brand: #814407;
/* SwiftUI */
Color(red: 0.506, green: 0.267, blue: 0.027)
/* Android */
Color.parseColor("#814407")Accessibility — WCAG contrast
Aa
#814407 on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#814407 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green26.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow94.6%
Key (black)49.4%
Color previews
#814407 text on a black background
contrast 2.76:1
Card sample
#814407 text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #814407;
Background color
Panel with #814407 background
background-color: #814407;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #814407;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 68, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 68, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #814407; background: linear-gradient(135deg, #814407, #6D8107);