#65aa21
a dark, vivid green · cool · closest name: olivedrab
RGB
101, 170, 33
HSL
90°, 68%, 40%
CMYK
41, 0, 81, 33
Luminance
0.3163
Every format
| HEX | #65aa21 |
| RGB | rgb(101, 170, 33) |
| HSL | hsl(90, 68%, 40%) |
| CMYK | cmyk(41%, 0%, 81%, 33%) |
| LAB | lab(63.0 -43.2 58.1) |
| LCH | lch(63.0 72.4 126.6) |
| OKLCH | oklch(0.667 0.177 133.5) |
Copy-ready code
/* CSS */
color: #65aa21;
background-color: #65aa21;
/* Tailwind (arbitrary) */
class="text-[#65aa21] bg-[#65aa21]"
/* SCSS */
$brand: #65aa21;
/* SwiftUI */
Color(red: 0.396, green: 0.667, blue: 0.129)
/* Android */
Color.parseColor("#65aa21")Accessibility — WCAG contrast
Aa
#65aa21 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65aa21 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green66.7%
Blue12.9%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow80.6%
Key (black)33.3%
Color previews
#65aa21 text on a black background
contrast 7.33:1
Card sample
#65aa21 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65aa21;
Background color
Panel with #65aa21 background
background-color: #65aa21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65aa21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 170, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 170, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65aa21; background: linear-gradient(135deg, #65aa21, #21AA38);