#866607
a dark, electric yellow · warm · closest name: olive
RGB
134, 102, 7
HSL
45°, 90%, 28%
CMYK
0, 24, 95, 48
Luminance
0.1459
Every format
| HEX | #866607 |
| RGB | rgb(134, 102, 7) |
| HSL | hsl(45, 90%, 28%) |
| CMYK | cmyk(0%, 24%, 95%, 48%) |
| LAB | lab(45.1 4.7 50.4) |
| LCH | lch(45.1 50.6 84.7) |
| OKLCH | oklch(0.528 0.106 86.4) |
Copy-ready code
/* CSS */
color: #866607;
background-color: #866607;
/* Tailwind (arbitrary) */
class="text-[#866607] bg-[#866607]"
/* SCSS */
$brand: #866607;
/* SwiftUI */
Color(red: 0.525, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#866607")Accessibility — WCAG contrast
Aa
#866607 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#866607 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow94.8%
Key (black)47.5%
Color previews
#866607 text on a black background
contrast 3.92:1
Card sample
#866607 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #866607;
Background color
Panel with #866607 background
background-color: #866607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #866607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #866607; background: linear-gradient(135deg, #866607, #518607);