#1ebdb7
a dark, vivid cyan · cool · closest name: turquoise
RGB
30, 189, 183
HSL
178°, 73%, 43%
CMYK
84, 0, 3, 26
Luminance
0.4009
Every format
| HEX | #1ebdb7 |
| RGB | rgb(30, 189, 183) |
| HSL | hsl(178, 73%, 43%) |
| CMYK | cmyk(84%, 0%, 3%, 26%) |
| LAB | lab(69.5 -38.9 -8.0) |
| LCH | lch(69.5 39.7 191.6) |
| OKLCH | oklch(0.723 0.120 190.7) |
Copy-ready code
/* CSS */
color: #1ebdb7;
background-color: #1ebdb7;
/* Tailwind (arbitrary) */
class="text-[#1ebdb7] bg-[#1ebdb7]"
/* SCSS */
$brand: #1ebdb7;
/* SwiftUI */
Color(red: 0.118, green: 0.741, blue: 0.718)
/* Android */
Color.parseColor("#1ebdb7")Accessibility — WCAG contrast
Aa
#1ebdb7 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ebdb7 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green74.1%
Blue71.8%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow3.2%
Key (black)25.9%
Color previews
#1ebdb7 text on a black background
contrast 9.02:1
Card sample
#1ebdb7 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ebdb7;
Background color
Panel with #1ebdb7 background
background-color: #1ebdb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ebdb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 189, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 189, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ebdb7; background: linear-gradient(135deg, #1ebdb7, #1E59BD);