#16adff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
22, 173, 255
HSL
201°, 100%, 54%
CMYK
91, 32, 0, 0
Luminance
0.3728
Every format
| HEX | #16adff |
| RGB | rgb(22, 173, 255) |
| HSL | hsl(201, 100%, 54%) |
| CMYK | cmyk(91%, 32%, 0%, 0%) |
| LAB | lab(67.5 -7.3 -50.5) |
| LCH | lch(67.5 51.0 261.8) |
| OKLCH | oklch(0.715 0.164 241.4) |
Copy-ready code
/* CSS */
color: #16adff;
background-color: #16adff;
/* Tailwind (arbitrary) */
class="text-[#16adff] bg-[#16adff]"
/* SCSS */
$brand: #16adff;
/* SwiftUI */
Color(red: 0.086, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#16adff")Accessibility — WCAG contrast
Aa
#16adff on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16adff on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green67.8%
Blue100.0%
CMYK percentages
Cyan91.4%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#16adff text on a black background
contrast 8.46:1
Card sample
#16adff text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16adff;
Background color
Panel with #16adff background
background-color: #16adff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16adff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16adff; background: linear-gradient(135deg, #16adff, #1A16FF);