#16ace2
a balanced, electric cyan · cool · closest name: steelblue
RGB
22, 172, 226
HSL
196°, 82%, 49%
CMYK
90, 24, 0, 11
Luminance
0.3517
Every format
| HEX | #16ace2 |
| RGB | rgb(22, 172, 226) |
| HSL | hsl(196, 82%, 49%) |
| CMYK | cmyk(90%, 24%, 0%, 11%) |
| LAB | lab(65.9 -17.1 -37.2) |
| LCH | lch(65.9 40.9 245.4) |
| OKLCH | oklch(0.698 0.136 230.4) |
Copy-ready code
/* CSS */
color: #16ace2;
background-color: #16ace2;
/* Tailwind (arbitrary) */
class="text-[#16ace2] bg-[#16ace2]"
/* SCSS */
$brand: #16ace2;
/* SwiftUI */
Color(red: 0.086, green: 0.675, blue: 0.886)
/* Android */
Color.parseColor("#16ace2")Accessibility — WCAG contrast
Aa
#16ace2 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16ace2 on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green67.5%
Blue88.6%
CMYK percentages
Cyan90.3%
Magenta23.9%
Yellow0.0%
Key (black)11.4%
Color previews
#16ace2 text on a black background
contrast 8.03:1
Card sample
#16ace2 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16ace2;
Background color
Panel with #16ace2 background
background-color: #16ace2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16ace2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 172, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 172, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16ace2; background: linear-gradient(135deg, #16ace2, #1624E2);