#914708
a dark, electric orange · warm · closest name: sienna
RGB
145, 71, 8
HSL
28°, 90%, 30%
CMYK
0, 51, 95, 43
Luminance
0.1054
Every format
| HEX | #914708 |
| RGB | rgb(145, 71, 8) |
| HSL | hsl(28, 90%, 30%) |
| CMYK | cmyk(0%, 51%, 95%, 43%) |
| LAB | lab(38.8 27.7 46.2) |
| LCH | lch(38.8 53.9 59.1) |
| OKLCH | oklch(0.483 0.120 52.4) |
Copy-ready code
/* CSS */
color: #914708;
background-color: #914708;
/* Tailwind (arbitrary) */
class="text-[#914708] bg-[#914708]"
/* SCSS */
$brand: #914708;
/* SwiftUI */
Color(red: 0.569, green: 0.278, blue: 0.031)
/* Android */
Color.parseColor("#914708")Accessibility — WCAG contrast
Aa
#914708 on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#914708 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green27.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow94.5%
Key (black)43.1%
Color previews
#914708 text on a black background
contrast 3.11:1
Card sample
#914708 text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #914708;
Background color
Panel with #914708 background
background-color: #914708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #914708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 71, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 71, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #914708; background: linear-gradient(135deg, #914708, #809108);