#16bdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
22, 189, 251
HSL
196°, 97%, 54%
CMYK
91, 25, 0, 2
Luminance
0.4353
Every format
| HEX | #16bdfb |
| RGB | rgb(22, 189, 251) |
| HSL | hsl(196, 97%, 54%) |
| CMYK | cmyk(91%, 25%, 0%, 2%) |
| LAB | lab(71.9 -17.4 -41.4) |
| LCH | lch(71.9 44.9 247.2) |
| OKLCH | oklch(0.750 0.149 231.6) |
Copy-ready code
/* CSS */
color: #16bdfb;
background-color: #16bdfb;
/* Tailwind (arbitrary) */
class="text-[#16bdfb] bg-[#16bdfb]"
/* SCSS */
$brand: #16bdfb;
/* SwiftUI */
Color(red: 0.086, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#16bdfb")Accessibility — WCAG contrast
Aa
#16bdfb on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16bdfb on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green74.1%
Blue98.4%
CMYK percentages
Cyan91.2%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#16bdfb text on a black background
contrast 9.71:1
Card sample
#16bdfb text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16bdfb;
Background color
Panel with #16bdfb background
background-color: #16bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16bdfb; background: linear-gradient(135deg, #16bdfb, #1624FB);