#65a310
a dark, electric green · cool · closest name: olivedrab
RGB
101, 163, 16
HSL
85°, 82%, 35%
CMYK
38, 0, 90, 36
Luminance
0.2900
Every format
| HEX | #65a310 |
| RGB | rgb(101, 163, 16) |
| HSL | hsl(85, 82%, 35%) |
| CMYK | cmyk(38%, 0%, 90%, 36%) |
| LAB | lab(60.8 -40.9 60.2) |
| LCH | lch(60.8 72.8 124.2) |
| OKLCH | oklch(0.648 0.175 131.8) |
Copy-ready code
/* CSS */
color: #65a310;
background-color: #65a310;
/* Tailwind (arbitrary) */
class="text-[#65a310] bg-[#65a310]"
/* SCSS */
$brand: #65a310;
/* SwiftUI */
Color(red: 0.396, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#65a310")Accessibility — WCAG contrast
Aa
#65a310 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#65a310 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green63.9%
Blue6.3%
CMYK percentages
Cyan38.0%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#65a310 text on a black background
contrast 6.80:1
Card sample
#65a310 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65a310;
Background color
Panel with #65a310 background
background-color: #65a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65a310; background: linear-gradient(135deg, #65a310, #10A31D);