#40c34f
a balanced, vivid green · cool · closest name: forestgreen
RGB
64, 195, 79
HSL
127°, 52%, 51%
CMYK
67, 0, 60, 24
Luminance
0.4068
Every format
| HEX | #40c34f |
| RGB | rgb(64, 195, 79) |
| HSL | hsl(127, 52%, 51%) |
| CMYK | cmyk(67%, 0%, 60%, 24%) |
| LAB | lab(70.0 -58.7 47.2) |
| LCH | lch(70.0 75.3 141.2) |
| OKLCH | oklch(0.721 0.194 145.0) |
Copy-ready code
/* CSS */
color: #40c34f;
background-color: #40c34f;
/* Tailwind (arbitrary) */
class="text-[#40c34f] bg-[#40c34f]"
/* SCSS */
$brand: #40c34f;
/* SwiftUI */
Color(red: 0.251, green: 0.765, blue: 0.310)
/* Android */
Color.parseColor("#40c34f")Accessibility — WCAG contrast
Aa
#40c34f on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40c34f on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green76.5%
Blue31.0%
CMYK percentages
Cyan67.2%
Magenta0.0%
Yellow59.5%
Key (black)23.5%
Color previews
#40c34f text on a black background
contrast 9.14:1
Card sample
#40c34f text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40c34f;
Background color
Panel with #40c34f background
background-color: #40c34f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40c34f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 195, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 195, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40c34f; background: linear-gradient(135deg, #40c34f, #40C3A6);