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