#64cf3f
a balanced, vivid green · cool · closest name: forestgreen
RGB
100, 207, 63
HSL
105°, 60%, 53%
CMYK
52, 0, 70, 19
Luminance
0.4769
Every format
| HEX | #64cf3f |
| RGB | rgb(100, 207, 63) |
| HSL | hsl(105, 60%, 53%) |
| CMYK | cmyk(52%, 0%, 70%, 19%) |
| LAB | lab(74.6 -56.1 59.3) |
| LCH | lch(74.6 81.7 133.4) |
| OKLCH | oklch(0.763 0.205 138.9) |
Copy-ready code
/* CSS */
color: #64cf3f;
background-color: #64cf3f;
/* Tailwind (arbitrary) */
class="text-[#64cf3f] bg-[#64cf3f]"
/* SCSS */
$brand: #64cf3f;
/* SwiftUI */
Color(red: 0.392, green: 0.812, blue: 0.247)
/* Android */
Color.parseColor("#64cf3f")Accessibility — WCAG contrast
Aa
#64cf3f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64cf3f on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green81.2%
Blue24.7%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow69.6%
Key (black)18.8%
Color previews
#64cf3f text on a black background
contrast 10.54:1
Card sample
#64cf3f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64cf3f;
Background color
Panel with #64cf3f background
background-color: #64cf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64cf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 207, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 207, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64cf3f; background: linear-gradient(135deg, #64cf3f, #3FCF7A);