#609421
a dark, vivid green · cool · closest name: olivedrab
RGB
96, 148, 33
HSL
87°, 64%, 36%
CMYK
35, 0, 78, 42
Luminance
0.2378
Every format
| HEX | #609421 |
| RGB | rgb(96, 148, 33) |
| HSL | hsl(87, 64%, 36%) |
| CMYK | cmyk(35%, 0%, 78%, 42%) |
| LAB | lab(55.9 -35.5 51.3) |
| LCH | lch(55.9 62.4 124.7) |
| OKLCH | oklch(0.608 0.152 131.4) |
Copy-ready code
/* CSS */
color: #609421;
background-color: #609421;
/* Tailwind (arbitrary) */
class="text-[#609421] bg-[#609421]"
/* SCSS */
$brand: #609421;
/* SwiftUI */
Color(red: 0.376, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#609421")Accessibility — WCAG contrast
Aa
#609421 on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#609421 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green58.0%
Blue12.9%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow77.7%
Key (black)42.0%
Color previews
#609421 text on a black background
contrast 5.76:1
Card sample
#609421 text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #609421;
Background color
Panel with #609421 background
background-color: #609421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #609421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #609421; background: linear-gradient(135deg, #609421, #21942F);