#1ebdab
a dark, vivid cyan · cool · closest name: turquoise
RGB
30, 189, 171
HSL
173°, 73%, 43%
CMYK
84, 0, 10, 26
Luminance
0.3961
Every format
| HEX | #1ebdab |
| RGB | rgb(30, 189, 171) |
| HSL | hsl(173, 73%, 43%) |
| CMYK | cmyk(84%, 0%, 10%, 26%) |
| LAB | lab(69.2 -42.3 -1.9) |
| LCH | lch(69.2 42.3 182.5) |
| OKLCH | oklch(0.719 0.124 182.7) |
Copy-ready code
/* CSS */
color: #1ebdab;
background-color: #1ebdab;
/* Tailwind (arbitrary) */
class="text-[#1ebdab] bg-[#1ebdab]"
/* SCSS */
$brand: #1ebdab;
/* SwiftUI */
Color(red: 0.118, green: 0.741, blue: 0.671)
/* Android */
Color.parseColor("#1ebdab")Accessibility — WCAG contrast
Aa
#1ebdab on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ebdab on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green74.1%
Blue67.1%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow9.5%
Key (black)25.9%
Color previews
#1ebdab text on a black background
contrast 8.92:1
Card sample
#1ebdab text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ebdab;
Background color
Panel with #1ebdab background
background-color: #1ebdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ebdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 189, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 189, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ebdab; background: linear-gradient(135deg, #1ebdab, #1E65BD);