#16adfd
a balanced, electric blue · cool · closest name: steelblue
RGB
22, 173, 253
HSL
201°, 98%, 54%
CMYK
91, 32, 0, 1
Luminance
0.3715
Every format
| HEX | #16adfd |
| RGB | rgb(22, 173, 253) |
| HSL | hsl(201, 98%, 54%) |
| CMYK | cmyk(91%, 32%, 0%, 1%) |
| LAB | lab(67.4 -8.0 -49.6) |
| LCH | lch(67.4 50.2 260.8) |
| OKLCH | oklch(0.714 0.162 240.8) |
Copy-ready code
/* CSS */
color: #16adfd;
background-color: #16adfd;
/* Tailwind (arbitrary) */
class="text-[#16adfd] bg-[#16adfd]"
/* SCSS */
$brand: #16adfd;
/* SwiftUI */
Color(red: 0.086, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#16adfd")Accessibility — WCAG contrast
Aa
#16adfd on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16adfd on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green67.8%
Blue99.2%
CMYK percentages
Cyan91.3%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#16adfd text on a black background
contrast 8.43:1
Card sample
#16adfd text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16adfd;
Background color
Panel with #16adfd background
background-color: #16adfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16adfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16adfd; background: linear-gradient(135deg, #16adfd, #1916FD);