#1663b6
a dark, electric blue · cool · closest name: dodgerblue
RGB
22, 99, 182
HSL
211°, 78%, 40%
CMYK
88, 46, 0, 29
Luminance
0.1247
Every format
| HEX | #1663b6 |
| RGB | rgb(22, 99, 182) |
| HSL | hsl(211, 78%, 40%) |
| CMYK | cmyk(88%, 46%, 0%, 29%) |
| LAB | lab(42.0 9.3 -50.1) |
| LCH | lch(42.0 51.0 280.6) |
| OKLCH | oklch(0.502 0.149 254.6) |
Copy-ready code
/* CSS */
color: #1663b6;
background-color: #1663b6;
/* Tailwind (arbitrary) */
class="text-[#1663b6] bg-[#1663b6]"
/* SCSS */
$brand: #1663b6;
/* SwiftUI */
Color(red: 0.086, green: 0.388, blue: 0.714)
/* Android */
Color.parseColor("#1663b6")Accessibility — WCAG contrast
Aa
#1663b6 on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1663b6 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.8%
Blue71.4%
CMYK percentages
Cyan87.9%
Magenta45.6%
Yellow0.0%
Key (black)28.6%
Color previews
#1663b6 text on a black background
contrast 3.49:1
Card sample
#1663b6 text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1663b6;
Background color
Panel with #1663b6 background
background-color: #1663b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1663b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 99, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 99, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1663b6; background: linear-gradient(135deg, #1663b6, #3416B6);