#1eb97f
a dark, vivid green · cool · closest name: seagreen
RGB
30, 185, 127
HSL
158°, 72%, 42%
CMYK
84, 0, 31, 28
Luminance
0.3651
Every format
| HEX | #1eb97f |
| RGB | rgb(30, 185, 127) |
| HSL | hsl(158, 72%, 42%) |
| CMYK | cmyk(84%, 0%, 31%, 28%) |
| LAB | lab(66.9 -51.7 18.9) |
| LCH | lch(66.9 55.0 159.9) |
| OKLCH | oklch(0.697 0.148 161.2) |
Copy-ready code
/* CSS */
color: #1eb97f;
background-color: #1eb97f;
/* Tailwind (arbitrary) */
class="text-[#1eb97f] bg-[#1eb97f]"
/* SCSS */
$brand: #1eb97f;
/* SwiftUI */
Color(red: 0.118, green: 0.725, blue: 0.498)
/* Android */
Color.parseColor("#1eb97f")Accessibility — WCAG contrast
Aa
#1eb97f on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb97f on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green72.5%
Blue49.8%
CMYK percentages
Cyan83.8%
Magenta0.0%
Yellow31.4%
Key (black)27.5%
Color previews
#1eb97f text on a black background
contrast 8.30:1
Card sample
#1eb97f text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb97f;
Background color
Panel with #1eb97f background
background-color: #1eb97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 185, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 185, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb97f; background: linear-gradient(135deg, #1eb97f, #1E8CB9);