#1663b2
a dark, electric blue · cool · closest name: steelblue
RGB
22, 99, 178
HSL
210°, 78%, 39%
CMYK
88, 44, 0, 30
Luminance
0.1231
Every format
| HEX | #1663b2 |
| RGB | rgb(22, 99, 178) |
| HSL | hsl(210, 78%, 39%) |
| CMYK | cmyk(88%, 44%, 0%, 30%) |
| LAB | lab(41.7 7.8 -48.2) |
| LCH | lch(41.7 48.8 279.1) |
| OKLCH | oklch(0.499 0.144 253.7) |
Copy-ready code
/* CSS */
color: #1663b2;
background-color: #1663b2;
/* Tailwind (arbitrary) */
class="text-[#1663b2] bg-[#1663b2]"
/* SCSS */
$brand: #1663b2;
/* SwiftUI */
Color(red: 0.086, green: 0.388, blue: 0.698)
/* Android */
Color.parseColor("#1663b2")Accessibility — WCAG contrast
Aa
#1663b2 on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1663b2 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.8%
Blue69.8%
CMYK percentages
Cyan87.6%
Magenta44.4%
Yellow0.0%
Key (black)30.2%
Color previews
#1663b2 text on a black background
contrast 3.46:1
Card sample
#1663b2 text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1663b2;
Background color
Panel with #1663b2 background
background-color: #1663b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1663b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 99, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 99, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1663b2; background: linear-gradient(135deg, #1663b2, #3116B2);