#18dbb6
a balanced, electric cyan · cool · closest name: turquoise
RGB
24, 219, 182
HSL
169°, 80%, 48%
CMYK
89, 0, 17, 14
Luminance
0.5423
Every format
| HEX | #18dbb6 |
| RGB | rgb(24, 219, 182) |
| HSL | hsl(169, 80%, 48%) |
| CMYK | cmyk(89%, 0%, 17%, 14%) |
| LAB | lab(78.6 -52.3 5.8) |
| LCH | lch(78.6 52.6 173.6) |
| OKLCH | oklch(0.797 0.148 174.3) |
Copy-ready code
/* CSS */
color: #18dbb6;
background-color: #18dbb6;
/* Tailwind (arbitrary) */
class="text-[#18dbb6] bg-[#18dbb6]"
/* SCSS */
$brand: #18dbb6;
/* SwiftUI */
Color(red: 0.094, green: 0.859, blue: 0.714)
/* Android */
Color.parseColor("#18dbb6")Accessibility — WCAG contrast
Aa
#18dbb6 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18dbb6 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green85.9%
Blue71.4%
CMYK percentages
Cyan89.0%
Magenta0.0%
Yellow16.9%
Key (black)14.1%
Color previews
#18dbb6 text on a black background
contrast 11.85:1
Card sample
#18dbb6 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18dbb6;
Background color
Panel with #18dbb6 background
background-color: #18dbb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18dbb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 219, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 219, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18dbb6; background: linear-gradient(135deg, #18dbb6, #187EDB);