#609321
a dark, vivid green · cool · closest name: olivedrab
RGB
96, 147, 33
HSL
87°, 63%, 35%
CMYK
35, 0, 78, 42
Luminance
0.2346
Every format
| HEX | #609321 |
| RGB | rgb(96, 147, 33) |
| HSL | hsl(87, 63%, 35%) |
| CMYK | cmyk(35%, 0%, 78%, 42%) |
| LAB | lab(55.5 -35.0 51.0) |
| LCH | lch(55.5 61.9 124.5) |
| OKLCH | oklch(0.605 0.151 131.2) |
Copy-ready code
/* CSS */
color: #609321;
background-color: #609321;
/* Tailwind (arbitrary) */
class="text-[#609321] bg-[#609321]"
/* SCSS */
$brand: #609321;
/* SwiftUI */
Color(red: 0.376, green: 0.576, blue: 0.129)
/* Android */
Color.parseColor("#609321")Accessibility — WCAG contrast
Aa
#609321 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#609321 on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green57.6%
Blue12.9%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow77.6%
Key (black)42.4%
Color previews
#609321 text on a black background
contrast 5.69:1
Card sample
#609321 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #609321;
Background color
Panel with #609321 background
background-color: #609321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #609321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 147, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 147, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #609321; background: linear-gradient(135deg, #609321, #21932E);