#859310
a dark, electric yellow · cool · closest name: olive
RGB
133, 147, 16
HSL
66°, 80%, 32%
CMYK
10, 0, 89, 42
Luminance
0.2589
Every format
| HEX | #859310 |
| RGB | rgb(133, 147, 16) |
| HSL | hsl(66, 80%, 32%) |
| CMYK | cmyk(10%, 0%, 89%, 42%) |
| LAB | lab(57.9 -20.3 58.7) |
| LCH | lch(57.9 62.1 109.1) |
| OKLCH | oklch(0.630 0.141 116.4) |
Copy-ready code
/* CSS */
color: #859310;
background-color: #859310;
/* Tailwind (arbitrary) */
class="text-[#859310] bg-[#859310]"
/* SCSS */
$brand: #859310;
/* SwiftUI */
Color(red: 0.522, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#859310")Accessibility — WCAG contrast
Aa
#859310 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#859310 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green57.6%
Blue6.3%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#859310 text on a black background
contrast 6.18:1
Card sample
#859310 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #859310;
Background color
Panel with #859310 background
background-color: #859310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #859310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #859310; background: linear-gradient(135deg, #859310, #2E9310);