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