#18dfdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
24, 223, 223
HSL
180°, 81%, 48%
CMYK
89, 0, 0, 13
Luminance
0.5830
Every format
| HEX | #18dfdf |
| RGB | rgb(24, 223, 223) |
| HSL | hsl(180, 81%, 48%) |
| CMYK | cmyk(89%, 0%, 0%, 13%) |
| LAB | lab(80.9 -42.7 -12.6) |
| LCH | lch(80.9 44.6 196.4) |
| OKLCH | oklch(0.819 0.137 194.8) |
Copy-ready code
/* CSS */
color: #18dfdf;
background-color: #18dfdf;
/* Tailwind (arbitrary) */
class="text-[#18dfdf] bg-[#18dfdf]"
/* SCSS */
$brand: #18dfdf;
/* SwiftUI */
Color(red: 0.094, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#18dfdf")Accessibility — WCAG contrast
Aa
#18dfdf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18dfdf on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green87.5%
Blue87.5%
CMYK percentages
Cyan89.2%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#18dfdf text on a black background
contrast 12.66:1
Card sample
#18dfdf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18dfdf;
Background color
Panel with #18dfdf background
background-color: #18dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18dfdf; background: linear-gradient(135deg, #18dfdf, #185ADF);