#833607
a dark, electric orange · warm · closest name: sienna
RGB
131, 54, 7
HSL
23°, 90%, 27%
CMYK
0, 59, 95, 49
Luminance
0.0748
Every format
| HEX | #833607 |
| RGB | rgb(131, 54, 7) |
| HSL | hsl(23, 90%, 27%) |
| CMYK | cmyk(0%, 59%, 95%, 49%) |
| LAB | lab(32.9 30.9 41.3) |
| LCH | lch(32.9 51.6 53.2) |
| OKLCH | oklch(0.433 0.118 45.3) |
Copy-ready code
/* CSS */
color: #833607;
background-color: #833607;
/* Tailwind (arbitrary) */
class="text-[#833607] bg-[#833607]"
/* SCSS */
$brand: #833607;
/* SwiftUI */
Color(red: 0.514, green: 0.212, blue: 0.027)
/* Android */
Color.parseColor("#833607")Accessibility — WCAG contrast
Aa
#833607 on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#833607 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green21.2%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow94.7%
Key (black)48.6%
Color previews
#833607 text on a black background
contrast 2.50:1
Card sample
#833607 text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #833607;
Background color
Panel with #833607 background
background-color: #833607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #833607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 54, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 54, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #833607; background: linear-gradient(135deg, #833607, #7E8307);