#16dbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
22, 219, 253
HSL
189°, 98%, 54%
CMYK
91, 13, 0, 1
Luminance
0.5793
Every format
| HEX | #16dbfd |
| RGB | rgb(22, 219, 253) |
| HSL | hsl(189, 98%, 54%) |
| CMYK | cmyk(91%, 13%, 0%, 1%) |
| LAB | lab(80.7 -31.8 -28.9) |
| LCH | lch(80.7 42.9 222.2) |
| OKLCH | oklch(0.821 0.142 214.5) |
Copy-ready code
/* CSS */
color: #16dbfd;
background-color: #16dbfd;
/* Tailwind (arbitrary) */
class="text-[#16dbfd] bg-[#16dbfd]"
/* SCSS */
$brand: #16dbfd;
/* SwiftUI */
Color(red: 0.086, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#16dbfd")Accessibility — WCAG contrast
Aa
#16dbfd on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16dbfd on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green85.9%
Blue99.2%
CMYK percentages
Cyan91.3%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#16dbfd text on a black background
contrast 12.59:1
Card sample
#16dbfd text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16dbfd;
Background color
Panel with #16dbfd background
background-color: #16dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16dbfd; background: linear-gradient(135deg, #16dbfd, #1641FD);