#844607
a dark, electric orange · warm · closest name: sienna
RGB
132, 70, 7
HSL
30°, 90%, 27%
CMYK
0, 47, 95, 48
Luminance
0.0930
Every format
| HEX | #844607 |
| RGB | rgb(132, 70, 7) |
| HSL | hsl(30, 90%, 27%) |
| CMYK | cmyk(0%, 47%, 95%, 48%) |
| LAB | lab(36.6 22.5 44.0) |
| LCH | lch(36.6 49.4 62.9) |
| OKLCH | oklch(0.461 0.108 57.3) |
Copy-ready code
/* CSS */
color: #844607;
background-color: #844607;
/* Tailwind (arbitrary) */
class="text-[#844607] bg-[#844607]"
/* SCSS */
$brand: #844607;
/* SwiftUI */
Color(red: 0.518, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#844607")Accessibility — WCAG contrast
Aa
#844607 on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#844607 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow94.7%
Key (black)48.2%
Color previews
#844607 text on a black background
contrast 2.86:1
Card sample
#844607 text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #844607;
Background color
Panel with #844607 background
background-color: #844607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #844607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #844607; background: linear-gradient(135deg, #844607, #6F8407);