#64ab1d
a dark, vivid green · cool · closest name: forestgreen
RGB
100, 171, 29
HSL
90°, 71%, 39%
CMYK
42, 0, 83, 33
Luminance
0.3192
Every format
| HEX | #64ab1d |
| RGB | rgb(100, 171, 29) |
| HSL | hsl(90, 71%, 39%) |
| CMYK | cmyk(42%, 0%, 83%, 33%) |
| LAB | lab(63.3 -44.1 59.5) |
| LCH | lch(63.3 74.0 126.6) |
| OKLCH | oklch(0.669 0.180 133.6) |
Copy-ready code
/* CSS */
color: #64ab1d;
background-color: #64ab1d;
/* Tailwind (arbitrary) */
class="text-[#64ab1d] bg-[#64ab1d]"
/* SCSS */
$brand: #64ab1d;
/* SwiftUI */
Color(red: 0.392, green: 0.671, blue: 0.114)
/* Android */
Color.parseColor("#64ab1d")Accessibility — WCAG contrast
Aa
#64ab1d on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64ab1d on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green67.1%
Blue11.4%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow83.0%
Key (black)32.9%
Color previews
#64ab1d text on a black background
contrast 7.38:1
Card sample
#64ab1d text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64ab1d;
Background color
Panel with #64ab1d background
background-color: #64ab1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64ab1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 171, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 171, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64ab1d; background: linear-gradient(135deg, #64ab1d, #1DAB35);