#1eb67f
a dark, vivid green · cool · closest name: seagreen
RGB
30, 182, 127
HSL
158°, 72%, 42%
CMYK
84, 0, 30, 29
Luminance
0.3526
Every format
| HEX | #1eb67f |
| RGB | rgb(30, 182, 127) |
| HSL | hsl(158, 72%, 42%) |
| CMYK | cmyk(84%, 0%, 30%, 29%) |
| LAB | lab(66.0 -50.5 17.6) |
| LCH | lch(66.0 53.5 160.8) |
| OKLCH | oklch(0.689 0.145 162.0) |
Copy-ready code
/* CSS */
color: #1eb67f;
background-color: #1eb67f;
/* Tailwind (arbitrary) */
class="text-[#1eb67f] bg-[#1eb67f]"
/* SCSS */
$brand: #1eb67f;
/* SwiftUI */
Color(red: 0.118, green: 0.714, blue: 0.498)
/* Android */
Color.parseColor("#1eb67f")Accessibility — WCAG contrast
Aa
#1eb67f on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb67f on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green71.4%
Blue49.8%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow30.2%
Key (black)28.6%
Color previews
#1eb67f text on a black background
contrast 8.05:1
Card sample
#1eb67f text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb67f;
Background color
Panel with #1eb67f background
background-color: #1eb67f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb67f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 182, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 182, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb67f; background: linear-gradient(135deg, #1eb67f, #1E88B6);