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