#608500
a dark, electric green · cool · closest name: olivedrab
RGB
96, 133, 0
HSL
77°, 100%, 26%
CMYK
28, 0, 100, 48
Luminance
0.1926
Every format
| HEX | #608500 |
| RGB | rgb(96, 133, 0) |
| HSL | hsl(77, 100%, 26%) |
| CMYK | cmyk(28%, 0%, 100%, 48%) |
| LAB | lab(51.0 -29.8 55.0) |
| LCH | lch(51.0 62.5 118.4) |
| OKLCH | oklch(0.568 0.146 126.6) |
Copy-ready code
/* CSS */
color: #608500;
background-color: #608500;
/* Tailwind (arbitrary) */
class="text-[#608500] bg-[#608500]"
/* SCSS */
$brand: #608500;
/* SwiftUI */
Color(red: 0.376, green: 0.522, blue: 0.000)
/* Android */
Color.parseColor("#608500")Accessibility — WCAG contrast
Aa
#608500 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#608500 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green52.2%
Blue0.0%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow100.0%
Key (black)47.8%
Color previews
#608500 text on a black background
contrast 4.85:1
Card sample
#608500 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #608500;
Background color
Panel with #608500 background
background-color: #608500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #608500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 133, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 133, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #608500; background: linear-gradient(135deg, #608500, #078500);