#65a721
a dark, vivid green · cool · closest name: olivedrab
RGB
101, 167, 33
HSL
90°, 67%, 39%
CMYK
40, 0, 80, 35
Luminance
0.3051
Every format
| HEX | #65a721 |
| RGB | rgb(101, 167, 33) |
| HSL | hsl(90, 67%, 39%) |
| CMYK | cmyk(40%, 0%, 80%, 35%) |
| LAB | lab(62.1 -41.9 57.3) |
| LCH | lch(62.1 71.0 126.2) |
| OKLCH | oklch(0.659 0.173 133.1) |
Copy-ready code
/* CSS */
color: #65a721;
background-color: #65a721;
/* Tailwind (arbitrary) */
class="text-[#65a721] bg-[#65a721]"
/* SCSS */
$brand: #65a721;
/* SwiftUI */
Color(red: 0.396, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#65a721")Accessibility — WCAG contrast
Aa
#65a721 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65a721 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green65.5%
Blue12.9%
CMYK percentages
Cyan39.5%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#65a721 text on a black background
contrast 7.10:1
Card sample
#65a721 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65a721;
Background color
Panel with #65a721 background
background-color: #65a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65a721; background: linear-gradient(135deg, #65a721, #21A736);