#608c21
a dark, vivid green · cool · closest name: olivedrab
RGB
96, 140, 33
HSL
85°, 62%, 34%
CMYK
31, 0, 76, 45
Luminance
0.2135
Every format
| HEX | #608c21 |
| RGB | rgb(96, 140, 33) |
| HSL | hsl(85, 62%, 34%) |
| CMYK | cmyk(31%, 0%, 76%, 45%) |
| LAB | lab(53.3 -31.8 48.9) |
| LCH | lch(53.3 58.4 123.1) |
| OKLCH | oklch(0.587 0.142 129.8) |
Copy-ready code
/* CSS */
color: #608c21;
background-color: #608c21;
/* Tailwind (arbitrary) */
class="text-[#608c21] bg-[#608c21]"
/* SCSS */
$brand: #608c21;
/* SwiftUI */
Color(red: 0.376, green: 0.549, blue: 0.129)
/* Android */
Color.parseColor("#608c21")Accessibility — WCAG contrast
Aa
#608c21 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#608c21 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green54.9%
Blue12.9%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow76.4%
Key (black)45.1%
Color previews
#608c21 text on a black background
contrast 5.27:1
Card sample
#608c21 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #608c21;
Background color
Panel with #608c21 background
background-color: #608c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #608c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 140, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 140, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #608c21; background: linear-gradient(135deg, #608c21, #218C29);