#812700
a dark, electric orange · warm · closest name: maroon
RGB
129, 39, 0
HSL
18°, 100%, 25%
CMYK
0, 70, 100, 49
Luminance
0.0612
Every format
| HEX | #812700 |
| RGB | rgb(129, 39, 0) |
| HSL | hsl(18, 100%, 25%) |
| CMYK | cmyk(0%, 70%, 100%, 49%) |
| LAB | lab(29.7 37.3 41.7) |
| LCH | lch(29.7 55.9 48.2) |
| OKLCH | oklch(0.408 0.131 39.0) |
Copy-ready code
/* CSS */
color: #812700;
background-color: #812700;
/* Tailwind (arbitrary) */
class="text-[#812700] bg-[#812700]"
/* SCSS */
$brand: #812700;
/* SwiftUI */
Color(red: 0.506, green: 0.153, blue: 0.000)
/* Android */
Color.parseColor("#812700")Accessibility — WCAG contrast
Aa
#812700 on white: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#812700 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green15.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow100.0%
Key (black)49.4%
Color previews
#812700 text on a black background
contrast 2.22:1
Card sample
#812700 text on a white background
contrast 9.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #812700;
Background color
Panel with #812700 background
background-color: #812700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #812700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 39, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 39, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #812700; background: linear-gradient(135deg, #812700, #817D00);