#18afdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
24, 175, 223
HSL
195°, 81%, 48%
CMYK
89, 22, 0, 13
Luminance
0.3618
Every format
| HEX | #18afdf |
| RGB | rgb(24, 175, 223) |
| HSL | hsl(195, 81%, 48%) |
| CMYK | cmyk(89%, 22%, 0%, 13%) |
| LAB | lab(66.7 -19.6 -34.3) |
| LCH | lch(66.7 39.5 240.3) |
| OKLCH | oklch(0.704 0.132 227.0) |
Copy-ready code
/* CSS */
color: #18afdf;
background-color: #18afdf;
/* Tailwind (arbitrary) */
class="text-[#18afdf] bg-[#18afdf]"
/* SCSS */
$brand: #18afdf;
/* SwiftUI */
Color(red: 0.094, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#18afdf")Accessibility — WCAG contrast
Aa
#18afdf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18afdf on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green68.6%
Blue87.5%
CMYK percentages
Cyan89.2%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#18afdf text on a black background
contrast 8.24:1
Card sample
#18afdf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18afdf;
Background color
Panel with #18afdf background
background-color: #18afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18afdf; background: linear-gradient(135deg, #18afdf, #182ADF);