#18dfba
a balanced, electric cyan · cool · closest name: turquoise
RGB
24, 223, 186
HSL
169°, 81%, 48%
CMYK
89, 0, 17, 13
Luminance
0.5651
Every format
| HEX | #18dfba |
| RGB | rgb(24, 223, 186) |
| HSL | hsl(169, 81%, 48%) |
| CMYK | cmyk(89%, 0%, 17%, 13%) |
| LAB | lab(79.9 -52.9 5.6) |
| LCH | lch(79.9 53.2 173.9) |
| OKLCH | oklch(0.808 0.150 174.6) |
Copy-ready code
/* CSS */
color: #18dfba;
background-color: #18dfba;
/* Tailwind (arbitrary) */
class="text-[#18dfba] bg-[#18dfba]"
/* SCSS */
$brand: #18dfba;
/* SwiftUI */
Color(red: 0.094, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#18dfba")Accessibility — WCAG contrast
Aa
#18dfba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18dfba on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green87.5%
Blue72.9%
CMYK percentages
Cyan89.2%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#18dfba text on a black background
contrast 12.30:1
Card sample
#18dfba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18dfba;
Background color
Panel with #18dfba background
background-color: #18dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18dfba; background: linear-gradient(135deg, #18dfba, #187FDF);