#18a2cf
a balanced, electric cyan · cool · closest name: steelblue
RGB
24, 162, 207
HSL
195°, 79%, 45%
CMYK
88, 22, 0, 19
Luminance
0.3054
Every format
| HEX | #18a2cf |
| RGB | rgb(24, 162, 207) |
| HSL | hsl(195, 79%, 45%) |
| CMYK | cmyk(88%, 22%, 0%, 19%) |
| LAB | lab(62.1 -18.3 -32.5) |
| LCH | lch(62.1 37.3 240.7) |
| OKLCH | oklch(0.666 0.124 227.4) |
Copy-ready code
/* CSS */
color: #18a2cf;
background-color: #18a2cf;
/* Tailwind (arbitrary) */
class="text-[#18a2cf] bg-[#18a2cf]"
/* SCSS */
$brand: #18a2cf;
/* SwiftUI */
Color(red: 0.094, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#18a2cf")Accessibility — WCAG contrast
Aa
#18a2cf on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18a2cf on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green63.5%
Blue81.2%
CMYK percentages
Cyan88.4%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#18a2cf text on a black background
contrast 7.11:1
Card sample
#18a2cf text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18a2cf;
Background color
Panel with #18a2cf background
background-color: #18a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18a2cf; background: linear-gradient(135deg, #18a2cf, #1828CF);