#1eb64c
a dark, vivid green · cool · closest name: forestgreen
RGB
30, 182, 76
HSL
138°, 72%, 42%
CMYK
84, 0, 58, 29
Luminance
0.3425
Every format
| HEX | #1eb64c |
| RGB | rgb(30, 182, 76) |
| HSL | hsl(138, 72%, 42%) |
| CMYK | cmyk(84%, 0%, 58%, 29%) |
| LAB | lab(65.2 -59.7 42.8) |
| LCH | lch(65.2 73.5 144.4) |
| OKLCH | oklch(0.680 0.190 147.6) |
Copy-ready code
/* CSS */
color: #1eb64c;
background-color: #1eb64c;
/* Tailwind (arbitrary) */
class="text-[#1eb64c] bg-[#1eb64c]"
/* SCSS */
$brand: #1eb64c;
/* SwiftUI */
Color(red: 0.118, green: 0.714, blue: 0.298)
/* Android */
Color.parseColor("#1eb64c")Accessibility — WCAG contrast
Aa
#1eb64c on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb64c on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green71.4%
Blue29.8%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow58.2%
Key (black)28.6%
Color previews
#1eb64c text on a black background
contrast 7.85:1
Card sample
#1eb64c text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb64c;
Background color
Panel with #1eb64c background
background-color: #1eb64c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb64c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 182, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 182, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb64c; background: linear-gradient(135deg, #1eb64c, #1EB6B2);