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