#18abeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
24, 171, 235
HSL
198°, 84%, 51%
CMYK
90, 27, 0, 8
Luminance
0.3532
Every format
| HEX | #18abeb |
| RGB | rgb(24, 171, 235) |
| HSL | hsl(198, 84%, 51%) |
| CMYK | cmyk(90%, 27%, 0%, 8%) |
| LAB | lab(66.0 -13.3 -41.9) |
| LCH | lch(66.0 44.0 252.5) |
| OKLCH | oklch(0.701 0.145 235.2) |
Copy-ready code
/* CSS */
color: #18abeb;
background-color: #18abeb;
/* Tailwind (arbitrary) */
class="text-[#18abeb] bg-[#18abeb]"
/* SCSS */
$brand: #18abeb;
/* SwiftUI */
Color(red: 0.094, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#18abeb")Accessibility — WCAG contrast
Aa
#18abeb on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18abeb on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green67.1%
Blue92.2%
CMYK percentages
Cyan89.8%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#18abeb text on a black background
contrast 8.06:1
Card sample
#18abeb text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18abeb;
Background color
Panel with #18abeb background
background-color: #18abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18abeb; background: linear-gradient(135deg, #18abeb, #181EEB);