#1ebd73
a dark, vivid green · cool · closest name: seagreen
RGB
30, 189, 115
HSL
152°, 73%, 43%
CMYK
84, 0, 39, 26
Luminance
0.3791
Every format
| HEX | #1ebd73 |
| RGB | rgb(30, 189, 115) |
| HSL | hsl(152, 73%, 43%) |
| CMYK | cmyk(84%, 0%, 39%, 26%) |
| LAB | lab(68.0 -55.7 26.7) |
| LCH | lch(68.0 61.8 154.4) |
| OKLCH | oklch(0.705 0.164 156.0) |
Copy-ready code
/* CSS */
color: #1ebd73;
background-color: #1ebd73;
/* Tailwind (arbitrary) */
class="text-[#1ebd73] bg-[#1ebd73]"
/* SCSS */
$brand: #1ebd73;
/* SwiftUI */
Color(red: 0.118, green: 0.741, blue: 0.451)
/* Android */
Color.parseColor("#1ebd73")Accessibility — WCAG contrast
Aa
#1ebd73 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ebd73 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green74.1%
Blue45.1%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow39.2%
Key (black)25.9%
Color previews
#1ebd73 text on a black background
contrast 8.58:1
Card sample
#1ebd73 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ebd73;
Background color
Panel with #1ebd73 background
background-color: #1ebd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ebd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 189, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 189, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ebd73; background: linear-gradient(135deg, #1ebd73, #1E9DBD);