#856411
a dark, electric yellow · warm · closest name: olive
RGB
133, 100, 17
HSL
43°, 77%, 29%
CMYK
0, 25, 87, 48
Luminance
0.1414
Every format
| HEX | #856411 |
| RGB | rgb(133, 100, 17) |
| HSL | hsl(43, 77%, 29%) |
| CMYK | cmyk(0%, 25%, 87%, 48%) |
| LAB | lab(44.4 5.6 47.3) |
| LCH | lch(44.4 47.6 83.2) |
| OKLCH | oklch(0.523 0.102 84.3) |
Copy-ready code
/* CSS */
color: #856411;
background-color: #856411;
/* Tailwind (arbitrary) */
class="text-[#856411] bg-[#856411]"
/* SCSS */
$brand: #856411;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.067)
/* Android */
Color.parseColor("#856411")Accessibility — WCAG contrast
Aa
#856411 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856411 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow87.2%
Key (black)47.8%
Color previews
#856411 text on a black background
contrast 3.83:1
Card sample
#856411 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856411;
Background color
Panel with #856411 background
background-color: #856411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856411; background: linear-gradient(135deg, #856411, #598511);