#855708
a dark, electric orange · warm · closest name: sienna
RGB
133, 87, 8
HSL
38°, 89%, 28%
CMYK
0, 35, 94, 48
Luminance
0.1182
Every format
| HEX | #855708 |
| RGB | rgb(133, 87, 8) |
| HSL | hsl(38, 89%, 28%) |
| CMYK | cmyk(0%, 35%, 94%, 48%) |
| LAB | lab(40.9 13.1 47.0) |
| LCH | lch(40.9 48.8 74.5) |
| OKLCH | oklch(0.496 0.103 72.7) |
Copy-ready code
/* CSS */
color: #855708;
background-color: #855708;
/* Tailwind (arbitrary) */
class="text-[#855708] bg-[#855708]"
/* SCSS */
$brand: #855708;
/* SwiftUI */
Color(red: 0.522, green: 0.341, blue: 0.031)
/* Android */
Color.parseColor("#855708")Accessibility — WCAG contrast
Aa
#855708 on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855708 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green34.1%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow94.0%
Key (black)47.8%
Color previews
#855708 text on a black background
contrast 3.36:1
Card sample
#855708 text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855708;
Background color
Panel with #855708 background
background-color: #855708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 87, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 87, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855708; background: linear-gradient(135deg, #855708, #608508);