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