#1ee187
a balanced, electric green · cool · closest name: aquamarine
RGB
30, 225, 135
HSL
152°, 77%, 50%
CMYK
87, 0, 40, 12
Luminance
0.5588
Every format
| HEX | #1ee187 |
| RGB | rgb(30, 225, 135) |
| HSL | hsl(152, 77%, 50%) |
| CMYK | cmyk(87%, 0%, 40%, 12%) |
| LAB | lab(79.5 -64.6 31.7) |
| LCH | lch(79.5 72.0 153.8) |
| OKLCH | oklch(0.802 0.191 155.6) |
Copy-ready code
/* CSS */
color: #1ee187;
background-color: #1ee187;
/* Tailwind (arbitrary) */
class="text-[#1ee187] bg-[#1ee187]"
/* SCSS */
$brand: #1ee187;
/* SwiftUI */
Color(red: 0.118, green: 0.882, blue: 0.529)
/* Android */
Color.parseColor("#1ee187")Accessibility — WCAG contrast
Aa
#1ee187 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ee187 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green88.2%
Blue52.9%
CMYK percentages
Cyan86.7%
Magenta0.0%
Yellow40.0%
Key (black)11.8%
Color previews
#1ee187 text on a black background
contrast 12.18:1
Card sample
#1ee187 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ee187;
Background color
Panel with #1ee187 background
background-color: #1ee187;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ee187;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 225, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 225, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ee187; background: linear-gradient(135deg, #1ee187, #1EB9E1);