#1eb5af
a dark, vivid cyan · cool · closest name: turquoise
RGB
30, 181, 175
HSL
178°, 72%, 41%
CMYK
83, 0, 3, 29
Luminance
0.3642
Every format
| HEX | #1eb5af |
| RGB | rgb(30, 181, 175) |
| HSL | hsl(178, 72%, 41%) |
| CMYK | cmyk(83%, 0%, 3%, 29%) |
| LAB | lab(66.8 -37.6 -7.5) |
| LCH | lch(66.8 38.3 191.3) |
| OKLCH | oklch(0.700 0.116 190.5) |
Copy-ready code
/* CSS */
color: #1eb5af;
background-color: #1eb5af;
/* Tailwind (arbitrary) */
class="text-[#1eb5af] bg-[#1eb5af]"
/* SCSS */
$brand: #1eb5af;
/* SwiftUI */
Color(red: 0.118, green: 0.710, blue: 0.686)
/* Android */
Color.parseColor("#1eb5af")Accessibility — WCAG contrast
Aa
#1eb5af on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb5af on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green71.0%
Blue68.6%
CMYK percentages
Cyan83.4%
Magenta0.0%
Yellow3.3%
Key (black)29.0%
Color previews
#1eb5af text on a black background
contrast 8.28:1
Card sample
#1eb5af text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb5af;
Background color
Panel with #1eb5af background
background-color: #1eb5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 181, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 181, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb5af; background: linear-gradient(135deg, #1eb5af, #1E56B5);