#618721
a dark, vivid green · cool · closest name: olivedrab
RGB
97, 135, 33
HSL
82°, 61%, 33%
CMYK
28, 0, 76, 47
Luminance
0.1998
Every format
| HEX | #618721 |
| RGB | rgb(97, 135, 33) |
| HSL | hsl(82, 61%, 33%) |
| CMYK | cmyk(28%, 0%, 76%, 47%) |
| LAB | lab(51.8 -29.1 47.4) |
| LCH | lch(51.8 55.6 121.5) |
| OKLCH | oklch(0.575 0.135 128.2) |
Copy-ready code
/* CSS */
color: #618721;
background-color: #618721;
/* Tailwind (arbitrary) */
class="text-[#618721] bg-[#618721]"
/* SCSS */
$brand: #618721;
/* SwiftUI */
Color(red: 0.380, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#618721")Accessibility — WCAG contrast
Aa
#618721 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#618721 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green52.9%
Blue12.9%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow75.6%
Key (black)47.1%
Color previews
#618721 text on a black background
contrast 5.00:1
Card sample
#618721 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #618721;
Background color
Panel with #618721 background
background-color: #618721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #618721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #618721; background: linear-gradient(135deg, #618721, #218725);