#64c255
a balanced, vivid green · cool · closest name: forestgreen
RGB
100, 194, 85
HSL
112°, 47%, 55%
CMYK
49, 0, 56, 24
Luminance
0.4195
Every format
| HEX | #64c255 |
| RGB | rgb(100, 194, 85) |
| HSL | hsl(112, 47%, 55%) |
| CMYK | cmyk(49%, 0%, 56%, 24%) |
| LAB | lab(70.8 -48.9 45.7) |
| LCH | lch(70.8 67.0 136.9) |
| OKLCH | oklch(0.732 0.172 141.0) |
Copy-ready code
/* CSS */
color: #64c255;
background-color: #64c255;
/* Tailwind (arbitrary) */
class="text-[#64c255] bg-[#64c255]"
/* SCSS */
$brand: #64c255;
/* SwiftUI */
Color(red: 0.392, green: 0.761, blue: 0.333)
/* Android */
Color.parseColor("#64c255")Accessibility — WCAG contrast
Aa
#64c255 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64c255 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green76.1%
Blue33.3%
CMYK percentages
Cyan48.5%
Magenta0.0%
Yellow56.2%
Key (black)23.9%
Color previews
#64c255 text on a black background
contrast 9.39:1
Card sample
#64c255 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64c255;
Background color
Panel with #64c255 background
background-color: #64c255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64c255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 194, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 194, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64c255; background: linear-gradient(135deg, #64c255, #55C28F);