#16bafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
22, 186, 253
HSL
197°, 98%, 54%
CMYK
91, 27, 0, 1
Luminance
0.4238
Every format
| HEX | #16bafd |
| RGB | rgb(22, 186, 253) |
| HSL | hsl(197, 98%, 54%) |
| CMYK | cmyk(91%, 27%, 0%, 1%) |
| LAB | lab(71.1 -15.1 -43.7) |
| LCH | lch(71.1 46.2 250.9) |
| OKLCH | oklch(0.744 0.152 234.1) |
Copy-ready code
/* CSS */
color: #16bafd;
background-color: #16bafd;
/* Tailwind (arbitrary) */
class="text-[#16bafd] bg-[#16bafd]"
/* SCSS */
$brand: #16bafd;
/* SwiftUI */
Color(red: 0.086, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#16bafd")Accessibility — WCAG contrast
Aa
#16bafd on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16bafd on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green72.9%
Blue99.2%
CMYK percentages
Cyan91.3%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#16bafd text on a black background
contrast 9.48:1
Card sample
#16bafd text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16bafd;
Background color
Panel with #16bafd background
background-color: #16bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16bafd; background: linear-gradient(135deg, #16bafd, #1620FD);