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