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