#859721
a dark, vivid yellow · cool · closest name: olivedrab
RGB
133, 151, 33
HSL
69°, 64%, 36%
CMYK
12, 0, 78, 41
Luminance
0.2723
Every format
| HEX | #859721 |
| RGB | rgb(133, 151, 33) |
| HSL | hsl(69, 64%, 36%) |
| CMYK | cmyk(12%, 0%, 78%, 41%) |
| LAB | lab(59.2 -21.7 55.3) |
| LCH | lch(59.2 59.4 111.5) |
| OKLCH | oklch(0.641 0.138 118.3) |
Copy-ready code
/* CSS */
color: #859721;
background-color: #859721;
/* Tailwind (arbitrary) */
class="text-[#859721] bg-[#859721]"
/* SCSS */
$brand: #859721;
/* SwiftUI */
Color(red: 0.522, green: 0.592, blue: 0.129)
/* Android */
Color.parseColor("#859721")Accessibility — WCAG contrast
Aa
#859721 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#859721 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green59.2%
Blue12.9%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow78.1%
Key (black)40.8%
Color previews
#859721 text on a black background
contrast 6.45:1
Card sample
#859721 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #859721;
Background color
Panel with #859721 background
background-color: #859721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #859721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 151, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 151, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #859721; background: linear-gradient(135deg, #859721, #369721);