#914912
a dark, electric orange · warm · closest name: sienna
RGB
145, 73, 18
HSL
26°, 78%, 32%
CMYK
0, 50, 88, 43
Luminance
0.1083
Every format
| HEX | #914912 |
| RGB | rgb(145, 73, 18) |
| HSL | hsl(26, 78%, 32%) |
| CMYK | cmyk(0%, 50%, 88%, 43%) |
| LAB | lab(39.3 26.8 43.3) |
| LCH | lch(39.3 50.9 58.3) |
| OKLCH | oklch(0.487 0.116 52.0) |
Copy-ready code
/* CSS */
color: #914912;
background-color: #914912;
/* Tailwind (arbitrary) */
class="text-[#914912] bg-[#914912]"
/* SCSS */
$brand: #914912;
/* SwiftUI */
Color(red: 0.569, green: 0.286, blue: 0.071)
/* Android */
Color.parseColor("#914912")Accessibility — WCAG contrast
Aa
#914912 on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#914912 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green28.6%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow87.6%
Key (black)43.1%
Color previews
#914912 text on a black background
contrast 3.17:1
Card sample
#914912 text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #914912;
Background color
Panel with #914912 background
background-color: #914912;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #914912;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 73, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 73, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #914912; background: linear-gradient(135deg, #914912, #849112);