#1eaf99
a dark, vivid cyan · cool · closest name: turquoise
RGB
30, 175, 153
HSL
171°, 71%, 40%
CMYK
83, 0, 13, 31
Luminance
0.3324
Every format
| HEX | #1eaf99 |
| RGB | rgb(30, 175, 153) |
| HSL | hsl(171, 71%, 40%) |
| CMYK | cmyk(83%, 0%, 13%, 31%) |
| LAB | lab(64.3 -41.1 1.0) |
| LCH | lch(64.3 41.2 178.6) |
| OKLCH | oklch(0.678 0.118 179.0) |
Copy-ready code
/* CSS */
color: #1eaf99;
background-color: #1eaf99;
/* Tailwind (arbitrary) */
class="text-[#1eaf99] bg-[#1eaf99]"
/* SCSS */
$brand: #1eaf99;
/* SwiftUI */
Color(red: 0.118, green: 0.686, blue: 0.600)
/* Android */
Color.parseColor("#1eaf99")Accessibility — WCAG contrast
Aa
#1eaf99 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eaf99 on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green68.6%
Blue60.0%
CMYK percentages
Cyan82.9%
Magenta0.0%
Yellow12.6%
Key (black)31.4%
Color previews
#1eaf99 text on a black background
contrast 7.65:1
Card sample
#1eaf99 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eaf99;
Background color
Panel with #1eaf99 background
background-color: #1eaf99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eaf99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 175, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 175, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eaf99; background: linear-gradient(135deg, #1eaf99, #1E64AF);