#856414
a dark, vivid yellow · warm · closest name: olive
RGB
133, 100, 20
HSL
43°, 74%, 30%
CMYK
0, 25, 85, 48
Luminance
0.1415
Every format
| HEX | #856414 |
| RGB | rgb(133, 100, 20) |
| HSL | hsl(43, 74%, 30%) |
| CMYK | cmyk(0%, 25%, 85%, 48%) |
| LAB | lab(44.5 5.7 46.4) |
| LCH | lch(44.5 46.7 83.0) |
| OKLCH | oklch(0.523 0.100 83.9) |
Copy-ready code
/* CSS */
color: #856414;
background-color: #856414;
/* Tailwind (arbitrary) */
class="text-[#856414] bg-[#856414]"
/* SCSS */
$brand: #856414;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.078)
/* Android */
Color.parseColor("#856414")Accessibility — WCAG contrast
Aa
#856414 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856414 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow85.0%
Key (black)47.8%
Color previews
#856414 text on a black background
contrast 3.83:1
Card sample
#856414 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856414;
Background color
Panel with #856414 background
background-color: #856414;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856414;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856414; background: linear-gradient(135deg, #856414, #5B8514);