#16abdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
22, 171, 223
HSL
196°, 82%, 48%
CMYK
90, 23, 0, 13
Luminance
0.3462
Every format
| HEX | #16abdf |
| RGB | rgb(22, 171, 223) |
| HSL | hsl(196, 82%, 48%) |
| CMYK | cmyk(90%, 23%, 0%, 13%) |
| LAB | lab(65.5 -17.6 -36.2) |
| LCH | lch(65.5 40.2 244.1) |
| OKLCH | oklch(0.695 0.134 229.6) |
Copy-ready code
/* CSS */
color: #16abdf;
background-color: #16abdf;
/* Tailwind (arbitrary) */
class="text-[#16abdf] bg-[#16abdf]"
/* SCSS */
$brand: #16abdf;
/* SwiftUI */
Color(red: 0.086, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#16abdf")Accessibility — WCAG contrast
Aa
#16abdf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16abdf on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green67.1%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#16abdf text on a black background
contrast 7.92:1
Card sample
#16abdf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16abdf;
Background color
Panel with #16abdf background
background-color: #16abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16abdf; background: linear-gradient(135deg, #16abdf, #1625DF);