#1eb976
a dark, vivid green · cool · closest name: seagreen
RGB
30, 185, 118
HSL
154°, 72%, 42%
CMYK
84, 0, 36, 28
Luminance
0.3628
Every format
| HEX | #1eb976 |
| RGB | rgb(30, 185, 118) |
| HSL | hsl(154, 72%, 42%) |
| CMYK | cmyk(84%, 0%, 36%, 28%) |
| LAB | lab(66.7 -53.6 23.5) |
| LCH | lch(66.7 58.5 156.3) |
| OKLCH | oklch(0.695 0.156 157.8) |
Copy-ready code
/* CSS */
color: #1eb976;
background-color: #1eb976;
/* Tailwind (arbitrary) */
class="text-[#1eb976] bg-[#1eb976]"
/* SCSS */
$brand: #1eb976;
/* SwiftUI */
Color(red: 0.118, green: 0.725, blue: 0.463)
/* Android */
Color.parseColor("#1eb976")Accessibility — WCAG contrast
Aa
#1eb976 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb976 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green72.5%
Blue46.3%
CMYK percentages
Cyan83.8%
Magenta0.0%
Yellow36.2%
Key (black)27.5%
Color previews
#1eb976 text on a black background
contrast 8.26:1
Card sample
#1eb976 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb976;
Background color
Panel with #1eb976 background
background-color: #1eb976;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb976;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 185, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 185, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb976; background: linear-gradient(135deg, #1eb976, #1E95B9);