#18afeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
24, 175, 235
HSL
197°, 84%, 51%
CMYK
90, 26, 0, 8
Luminance
0.3685
Every format
| HEX | #18afeb |
| RGB | rgb(24, 175, 235) |
| HSL | hsl(197, 84%, 51%) |
| CMYK | cmyk(90%, 26%, 0%, 8%) |
| LAB | lab(67.2 -15.4 -40.1) |
| LCH | lch(67.2 43.0 249.0) |
| OKLCH | oklch(0.710 0.142 232.9) |
Copy-ready code
/* CSS */
color: #18afeb;
background-color: #18afeb;
/* Tailwind (arbitrary) */
class="text-[#18afeb] bg-[#18afeb]"
/* SCSS */
$brand: #18afeb;
/* SwiftUI */
Color(red: 0.094, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#18afeb")Accessibility — WCAG contrast
Aa
#18afeb on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18afeb on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green68.6%
Blue92.2%
CMYK percentages
Cyan89.8%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#18afeb text on a black background
contrast 8.37:1
Card sample
#18afeb text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18afeb;
Background color
Panel with #18afeb background
background-color: #18afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18afeb; background: linear-gradient(135deg, #18afeb, #1822EB);