#859c21
a dark, vivid green · cool · closest name: olivedrab
RGB
133, 156, 33
HSL
71°, 65%, 37%
CMYK
15, 0, 79, 39
Luminance
0.2887
Every format
| HEX | #859c21 |
| RGB | rgb(133, 156, 33) |
| HSL | hsl(71, 65%, 37%) |
| CMYK | cmyk(15%, 0%, 79%, 39%) |
| LAB | lab(60.7 -24.2 56.7) |
| LCH | lch(60.7 61.6 113.2) |
| OKLCH | oklch(0.653 0.144 120.1) |
Copy-ready code
/* CSS */
color: #859c21;
background-color: #859c21;
/* Tailwind (arbitrary) */
class="text-[#859c21] bg-[#859c21]"
/* SCSS */
$brand: #859c21;
/* SwiftUI */
Color(red: 0.522, green: 0.612, blue: 0.129)
/* Android */
Color.parseColor("#859c21")Accessibility — WCAG contrast
Aa
#859c21 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#859c21 on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green61.2%
Blue12.9%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow78.8%
Key (black)38.8%
Color previews
#859c21 text on a black background
contrast 6.77:1
Card sample
#859c21 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #859c21;
Background color
Panel with #859c21 background
background-color: #859c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #859c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 156, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 156, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #859c21; background: linear-gradient(135deg, #859c21, #339C21);