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