#859708
a dark, electric yellow · cool · closest name: olive
RGB
133, 151, 8
HSL
68°, 90%, 31%
CMYK
12, 0, 95, 41
Luminance
0.2714
Every format
| HEX | #859708 |
| RGB | rgb(133, 151, 8) |
| HSL | hsl(68, 90%, 31%) |
| CMYK | cmyk(12%, 0%, 95%, 41%) |
| LAB | lab(59.1 -22.5 61.0) |
| LCH | lch(59.1 65.0 110.2) |
| OKLCH | oklch(0.640 0.147 117.9) |
Copy-ready code
/* CSS */
color: #859708;
background-color: #859708;
/* Tailwind (arbitrary) */
class="text-[#859708] bg-[#859708]"
/* SCSS */
$brand: #859708;
/* SwiftUI */
Color(red: 0.522, green: 0.592, blue: 0.031)
/* Android */
Color.parseColor("#859708")Accessibility — WCAG contrast
Aa
#859708 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#859708 on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green59.2%
Blue3.1%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow94.7%
Key (black)40.8%
Color previews
#859708 text on a black background
contrast 6.43:1
Card sample
#859708 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #859708;
Background color
Panel with #859708 background
background-color: #859708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #859708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 151, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 151, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #859708; background: linear-gradient(135deg, #859708, #269708);