#608a2a
a dark, vivid green · cool · closest name: olivedrab
RGB
96, 138, 42
HSL
86°, 53%, 35%
CMYK
30, 0, 70, 46
Luminance
0.2083
Every format
| HEX | #608a2a |
| RGB | rgb(96, 138, 42) |
| HSL | hsl(86, 53%, 35%) |
| CMYK | cmyk(30%, 0%, 70%, 46%) |
| LAB | lab(52.8 -30.3 44.8) |
| LCH | lch(52.8 54.1 124.0) |
| OKLCH | oklch(0.583 0.133 130.1) |
Copy-ready code
/* CSS */
color: #608a2a;
background-color: #608a2a;
/* Tailwind (arbitrary) */
class="text-[#608a2a] bg-[#608a2a]"
/* SCSS */
$brand: #608a2a;
/* SwiftUI */
Color(red: 0.376, green: 0.541, blue: 0.165)
/* Android */
Color.parseColor("#608a2a")Accessibility — WCAG contrast
Aa
#608a2a on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#608a2a on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green54.1%
Blue16.5%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow69.6%
Key (black)45.9%
Color previews
#608a2a text on a black background
contrast 5.17:1
Card sample
#608a2a text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #608a2a;
Background color
Panel with #608a2a background
background-color: #608a2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #608a2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 138, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 138, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #608a2a; background: linear-gradient(135deg, #608a2a, #2A8A34);