#169fdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
22, 159, 223
HSL
199°, 82%, 48%
CMYK
90, 29, 0, 13
Luminance
0.3029
Every format
| HEX | #169fdf |
| RGB | rgb(22, 159, 223) |
| HSL | hsl(199, 82%, 48%) |
| CMYK | cmyk(90%, 29%, 0%, 13%) |
| LAB | lab(61.9 -11.0 -41.7) |
| LCH | lch(61.9 43.2 255.2) |
| OKLCH | oklch(0.666 0.141 237.0) |
Copy-ready code
/* CSS */
color: #169fdf;
background-color: #169fdf;
/* Tailwind (arbitrary) */
class="text-[#169fdf] bg-[#169fdf]"
/* SCSS */
$brand: #169fdf;
/* SwiftUI */
Color(red: 0.086, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#169fdf")Accessibility — WCAG contrast
Aa
#169fdf on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#169fdf on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green62.4%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#169fdf text on a black background
contrast 7.06:1
Card sample
#169fdf text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #169fdf;
Background color
Panel with #169fdf background
background-color: #169fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #169fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #169fdf; background: linear-gradient(135deg, #169fdf, #1619DF);