#608607
a dark, electric green · cool · closest name: olivedrab
RGB
96, 134, 7
HSL
78°, 90%, 28%
CMYK
28, 0, 95, 48
Luminance
0.1955
Every format
| HEX | #608607 |
| RGB | rgb(96, 134, 7) |
| HSL | hsl(78, 90%, 28%) |
| CMYK | cmyk(28%, 0%, 95%, 48%) |
| LAB | lab(51.3 -30.1 53.9) |
| LCH | lch(51.3 61.7 119.1) |
| OKLCH | oklch(0.570 0.145 127.1) |
Copy-ready code
/* CSS */
color: #608607;
background-color: #608607;
/* Tailwind (arbitrary) */
class="text-[#608607] bg-[#608607]"
/* SCSS */
$brand: #608607;
/* SwiftUI */
Color(red: 0.376, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#608607")Accessibility — WCAG contrast
Aa
#608607 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#608607 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green52.5%
Blue2.7%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow94.8%
Key (black)47.5%
Color previews
#608607 text on a black background
contrast 4.91:1
Card sample
#608607 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #608607;
Background color
Panel with #608607 background
background-color: #608607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #608607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #608607; background: linear-gradient(135deg, #608607, #0B8607);