#608403
a dark, electric green · cool · closest name: olivedrab
RGB
96, 132, 3
HSL
77°, 96%, 27%
CMYK
27, 0, 98, 48
Luminance
0.1900
Every format
| HEX | #608403 |
| RGB | rgb(96, 132, 3) |
| HSL | hsl(77, 96%, 27%) |
| CMYK | cmyk(27%, 0%, 98%, 48%) |
| LAB | lab(50.7 -29.2 54.1) |
| LCH | lch(50.7 61.5 118.3) |
| OKLCH | oklch(0.565 0.144 126.4) |
Copy-ready code
/* CSS */
color: #608403;
background-color: #608403;
/* Tailwind (arbitrary) */
class="text-[#608403] bg-[#608403]"
/* SCSS */
$brand: #608403;
/* SwiftUI */
Color(red: 0.376, green: 0.518, blue: 0.012)
/* Android */
Color.parseColor("#608403")Accessibility — WCAG contrast
Aa
#608403 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#608403 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green51.8%
Blue1.2%
CMYK percentages
Cyan27.3%
Magenta0.0%
Yellow97.7%
Key (black)48.2%
Color previews
#608403 text on a black background
contrast 4.80:1
Card sample
#608403 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #608403;
Background color
Panel with #608403 background
background-color: #608403;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #608403;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 132, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 132, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #608403; background: linear-gradient(135deg, #608403, #0A8403);