#41cf64
a balanced, vivid green · cool · closest name: forestgreen
RGB
65, 207, 100
HSL
135°, 60%, 53%
CMYK
69, 0, 52, 19
Luminance
0.4667
Every format
| HEX | #41cf64 |
| RGB | rgb(65, 207, 100) |
| HSL | hsl(135, 60%, 53%) |
| CMYK | cmyk(69%, 0%, 52%, 19%) |
| LAB | lab(74.0 -60.0 42.1) |
| LCH | lch(74.0 73.3 144.9) |
| OKLCH | oklch(0.755 0.191 147.9) |
Copy-ready code
/* CSS */
color: #41cf64;
background-color: #41cf64;
/* Tailwind (arbitrary) */
class="text-[#41cf64] bg-[#41cf64]"
/* SCSS */
$brand: #41cf64;
/* SwiftUI */
Color(red: 0.255, green: 0.812, blue: 0.392)
/* Android */
Color.parseColor("#41cf64")Accessibility — WCAG contrast
Aa
#41cf64 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#41cf64 on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green81.2%
Blue39.2%
CMYK percentages
Cyan68.6%
Magenta0.0%
Yellow51.7%
Key (black)18.8%
Color previews
#41cf64 text on a black background
contrast 10.33:1
Card sample
#41cf64 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #41cf64;
Background color
Panel with #41cf64 background
background-color: #41cf64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #41cf64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 207, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 207, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #41cf64; background: linear-gradient(135deg, #41cf64, #41CFC3);