#1663ba
a dark, electric blue · cool · closest name: dodgerblue
RGB
22, 99, 186
HSL
212°, 79%, 41%
CMYK
88, 47, 0, 27
Luminance
0.1264
Every format
| HEX | #1663ba |
| RGB | rgb(22, 99, 186) |
| HSL | hsl(212, 79%, 41%) |
| CMYK | cmyk(88%, 47%, 0%, 27%) |
| LAB | lab(42.2 10.9 -52.0) |
| LCH | lch(42.2 53.2 281.9) |
| OKLCH | oklch(0.505 0.155 255.4) |
Copy-ready code
/* CSS */
color: #1663ba;
background-color: #1663ba;
/* Tailwind (arbitrary) */
class="text-[#1663ba] bg-[#1663ba]"
/* SCSS */
$brand: #1663ba;
/* SwiftUI */
Color(red: 0.086, green: 0.388, blue: 0.729)
/* Android */
Color.parseColor("#1663ba")Accessibility — WCAG contrast
Aa
#1663ba on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1663ba on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.8%
Blue72.9%
CMYK percentages
Cyan88.2%
Magenta46.8%
Yellow0.0%
Key (black)27.1%
Color previews
#1663ba text on a black background
contrast 3.53:1
Card sample
#1663ba text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1663ba;
Background color
Panel with #1663ba background
background-color: #1663ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1663ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 99, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 99, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1663ba; background: linear-gradient(135deg, #1663ba, #3616BA);