#169cdf
a balanced, electric blue · cool · closest name: steelblue
RGB
22, 156, 223
HSL
200°, 82%, 48%
CMYK
90, 30, 0, 13
Luminance
0.2928
Every format
| HEX | #169cdf |
| RGB | rgb(22, 156, 223) |
| HSL | hsl(200, 82%, 48%) |
| CMYK | cmyk(90%, 30%, 0%, 13%) |
| LAB | lab(61.0 -9.4 -43.1) |
| LCH | lch(61.0 44.1 257.7) |
| OKLCH | oklch(0.659 0.143 238.8) |
Copy-ready code
/* CSS */
color: #169cdf;
background-color: #169cdf;
/* Tailwind (arbitrary) */
class="text-[#169cdf] bg-[#169cdf]"
/* SCSS */
$brand: #169cdf;
/* SwiftUI */
Color(red: 0.086, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#169cdf")Accessibility — WCAG contrast
Aa
#169cdf on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#169cdf on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green61.2%
Blue87.5%
CMYK percentages
Cyan90.1%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#169cdf text on a black background
contrast 6.86:1
Card sample
#169cdf text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #169cdf;
Background color
Panel with #169cdf background
background-color: #169cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #169cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #169cdf; background: linear-gradient(135deg, #169cdf, #1616DF);