#a14607
a dark, electric orange · warm · closest name: sienna
RGB
161, 70, 7
HSL
25°, 92%, 33%
CMYK
0, 57, 96, 37
Luminance
0.1197
Every format
| HEX | #a14607 |
| RGB | rgb(161, 70, 7) |
| HSL | hsl(25, 92%, 33%) |
| CMYK | cmyk(0%, 57%, 96%, 37%) |
| LAB | lab(41.2 34.9 49.4) |
| LCH | lch(41.2 60.5 54.8) |
| OKLCH | oklch(0.506 0.137 47.0) |
Copy-ready code
/* CSS */
color: #a14607;
background-color: #a14607;
/* Tailwind (arbitrary) */
class="text-[#a14607] bg-[#a14607]"
/* SCSS */
$brand: #a14607;
/* SwiftUI */
Color(red: 0.631, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#a14607")Accessibility — WCAG contrast
Aa
#a14607 on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a14607 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow95.7%
Key (black)36.9%
Color previews
#a14607 text on a black background
contrast 3.39:1
Card sample
#a14607 text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a14607;
Background color
Panel with #a14607 background
background-color: #a14607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a14607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a14607; background: linear-gradient(135deg, #a14607, #95A107);