#854c00
a dark, electric orange · warm · closest name: sienna
RGB
133, 76, 0
HSL
34°, 100%, 26%
CMYK
0, 43, 100, 48
Luminance
0.1016
Every format
| HEX | #854c00 |
| RGB | rgb(133, 76, 0) |
| HSL | hsl(34, 100%, 26%) |
| CMYK | cmyk(0%, 43%, 100%, 48%) |
| LAB | lab(38.1 19.3 47.4) |
| LCH | lch(38.1 51.2 67.8) |
| OKLCH | oklch(0.474 0.108 63.4) |
Copy-ready code
/* CSS */
color: #854c00;
background-color: #854c00;
/* Tailwind (arbitrary) */
class="text-[#854c00] bg-[#854c00]"
/* SCSS */
$brand: #854c00;
/* SwiftUI */
Color(red: 0.522, green: 0.298, blue: 0.000)
/* Android */
Color.parseColor("#854c00")Accessibility — WCAG contrast
Aa
#854c00 on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#854c00 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green29.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow100.0%
Key (black)47.8%
Color previews
#854c00 text on a black background
contrast 3.03:1
Card sample
#854c00 text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #854c00;
Background color
Panel with #854c00 background
background-color: #854c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #854c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 76, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 76, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #854c00; background: linear-gradient(135deg, #854c00, #658500);