#1eb3af
a dark, vivid cyan · cool · closest name: turquoise
RGB
30, 179, 175
HSL
178°, 71%, 41%
CMYK
83, 0, 2, 30
Luminance
0.3561
Every format
| HEX | #1eb3af |
| RGB | rgb(30, 179, 175) |
| HSL | hsl(178, 71%, 41%) |
| CMYK | cmyk(83%, 0%, 2%, 30%) |
| LAB | lab(66.2 -36.7 -8.5) |
| LCH | lch(66.2 37.6 193.0) |
| OKLCH | oklch(0.695 0.115 191.9) |
Copy-ready code
/* CSS */
color: #1eb3af;
background-color: #1eb3af;
/* Tailwind (arbitrary) */
class="text-[#1eb3af] bg-[#1eb3af]"
/* SCSS */
$brand: #1eb3af;
/* SwiftUI */
Color(red: 0.118, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#1eb3af")Accessibility — WCAG contrast
Aa
#1eb3af on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb3af on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green70.2%
Blue68.6%
CMYK percentages
Cyan83.2%
Magenta0.0%
Yellow2.2%
Key (black)29.8%
Color previews
#1eb3af text on a black background
contrast 8.12:1
Card sample
#1eb3af text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb3af;
Background color
Panel with #1eb3af background
background-color: #1eb3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb3af; background: linear-gradient(135deg, #1eb3af, #1E54B3);