#1ed760
a balanced, electric green · cool · closest name: forestgreen
RGB
30, 215, 96
HSL
141°, 76%, 48%
CMYK
86, 0, 55, 16
Luminance
0.4972
Every format
| HEX | #1ed760 |
| RGB | rgb(30, 215, 96) |
| HSL | hsl(141, 76%, 48%) |
| CMYK | cmyk(86%, 0%, 55%, 16%) |
| LAB | lab(75.9 -67.6 46.2) |
| LCH | lch(75.9 81.9 145.7) |
| OKLCH | oklch(0.770 0.212 148.7) |
Copy-ready code
/* CSS */
color: #1ed760;
background-color: #1ed760;
/* Tailwind (arbitrary) */
class="text-[#1ed760] bg-[#1ed760]"
/* SCSS */
$brand: #1ed760;
/* SwiftUI */
Color(red: 0.118, green: 0.843, blue: 0.376)
/* Android */
Color.parseColor("#1ed760")Accessibility — WCAG contrast
Aa
#1ed760 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ed760 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green84.3%
Blue37.6%
CMYK percentages
Cyan86.0%
Magenta0.0%
Yellow55.3%
Key (black)15.7%
Color previews
#1ed760 text on a black background
contrast 10.94:1
Card sample
#1ed760 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ed760;
Background color
Panel with #1ed760 background
background-color: #1ed760;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ed760;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 215, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 215, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ed760; background: linear-gradient(135deg, #1ed760, #1ED2D7);