#608021
a dark, vivid green · cool · closest name: olivedrab
RGB
96, 128, 33
HSL
80°, 59%, 32%
CMYK
25, 0, 74, 50
Luminance
0.1803
Every format
| HEX | #608021 |
| RGB | rgb(96, 128, 33) |
| HSL | hsl(80, 59%, 32%) |
| CMYK | cmyk(25%, 0%, 74%, 50%) |
| LAB | lab(49.5 -26.1 45.2) |
| LCH | lch(49.5 52.2 120.0) |
| OKLCH | oklch(0.556 0.126 126.6) |
Copy-ready code
/* CSS */
color: #608021;
background-color: #608021;
/* Tailwind (arbitrary) */
class="text-[#608021] bg-[#608021]"
/* SCSS */
$brand: #608021;
/* SwiftUI */
Color(red: 0.376, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#608021")Accessibility — WCAG contrast
Aa
#608021 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#608021 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green50.2%
Blue12.9%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow74.2%
Key (black)49.8%
Color previews
#608021 text on a black background
contrast 4.61:1
Card sample
#608021 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #608021;
Background color
Panel with #608021 background
background-color: #608021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #608021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #608021; background: linear-gradient(135deg, #608021, #218021);