#18dbb9
a balanced, electric cyan · cool · closest name: turquoise
RGB
24, 219, 185
HSL
170°, 80%, 48%
CMYK
89, 0, 16, 14
Luminance
0.5436
Every format
| HEX | #18dbb9 |
| RGB | rgb(24, 219, 185) |
| HSL | hsl(170, 80%, 48%) |
| CMYK | cmyk(89%, 0%, 16%, 14%) |
| LAB | lab(78.7 -51.5 4.4) |
| LCH | lch(78.7 51.7 175.2) |
| OKLCH | oklch(0.798 0.147 175.8) |
Copy-ready code
/* CSS */
color: #18dbb9;
background-color: #18dbb9;
/* Tailwind (arbitrary) */
class="text-[#18dbb9] bg-[#18dbb9]"
/* SCSS */
$brand: #18dbb9;
/* SwiftUI */
Color(red: 0.094, green: 0.859, blue: 0.725)
/* Android */
Color.parseColor("#18dbb9")Accessibility — WCAG contrast
Aa
#18dbb9 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18dbb9 on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green85.9%
Blue72.5%
CMYK percentages
Cyan89.0%
Magenta0.0%
Yellow15.5%
Key (black)14.1%
Color previews
#18dbb9 text on a black background
contrast 11.87:1
Card sample
#18dbb9 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18dbb9;
Background color
Panel with #18dbb9 background
background-color: #18dbb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18dbb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 219, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 219, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18dbb9; background: linear-gradient(135deg, #18dbb9, #187BDB);