#608521
a dark, vivid green · cool · closest name: olivedrab
RGB
96, 133, 33
HSL
82°, 60%, 33%
CMYK
28, 0, 75, 48
Luminance
0.1937
Every format
| HEX | #608521 |
| RGB | rgb(96, 133, 33) |
| HSL | hsl(82, 60%, 33%) |
| CMYK | cmyk(28%, 0%, 75%, 48%) |
| LAB | lab(51.1 -28.5 46.7) |
| LCH | lch(51.1 54.8 121.4) |
| OKLCH | oklch(0.569 0.133 128.0) |
Copy-ready code
/* CSS */
color: #608521;
background-color: #608521;
/* Tailwind (arbitrary) */
class="text-[#608521] bg-[#608521]"
/* SCSS */
$brand: #608521;
/* SwiftUI */
Color(red: 0.376, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#608521")Accessibility — WCAG contrast
Aa
#608521 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#608521 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green52.2%
Blue12.9%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#608521 text on a black background
contrast 4.87:1
Card sample
#608521 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #608521;
Background color
Panel with #608521 background
background-color: #608521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #608521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #608521; background: linear-gradient(135deg, #608521, #218525);