#955708
a dark, electric orange · warm · closest name: sienna
RGB
149, 87, 8
HSL
34°, 90%, 31%
CMYK
0, 42, 95, 42
Luminance
0.1322
Every format
| HEX | #955708 |
| RGB | rgb(149, 87, 8) |
| HSL | hsl(34, 90%, 31%) |
| CMYK | cmyk(0%, 42%, 95%, 42%) |
| LAB | lab(43.1 20.5 49.6) |
| LCH | lch(43.1 53.6 67.6) |
| OKLCH | oklch(0.517 0.115 63.4) |
Copy-ready code
/* CSS */
color: #955708;
background-color: #955708;
/* Tailwind (arbitrary) */
class="text-[#955708] bg-[#955708]"
/* SCSS */
$brand: #955708;
/* SwiftUI */
Color(red: 0.584, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#955708")Accessibility — WCAG contrast
Aa
#955708 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#955708 on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta41.6%
Yellow94.6%
Key (black)41.6%
Color previews
#955708 text on a black background
contrast 3.64:1
Card sample
#955708 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #955708;
Background color
Panel with #955708 background
background-color: #955708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #955708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #955708; background: linear-gradient(135deg, #955708, #759508);