#1608ab
a dark, electric blue · warm · closest name: navy
RGB
22, 8, 171
HSL
245°, 91%, 35%
CMYK
87, 95, 0, 33
Luminance
0.0328
Every format
| HEX | #1608ab |
| RGB | rgb(22, 8, 171) |
| HSL | hsl(245, 91%, 35%) |
| CMYK | cmyk(87%, 95%, 0%, 33%) |
| LAB | lab(21.1 56.9 -77.7) |
| LCH | lch(21.1 96.3 306.2) |
| OKLCH | oklch(0.346 0.225 268.1) |
Copy-ready code
/* CSS */
color: #1608ab;
background-color: #1608ab;
/* Tailwind (arbitrary) */
class="text-[#1608ab] bg-[#1608ab]"
/* SCSS */
$brand: #1608ab;
/* SwiftUI */
Color(red: 0.086, green: 0.031, blue: 0.671)
/* Android */
Color.parseColor("#1608ab")Accessibility — WCAG contrast
Aa
#1608ab on white: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1608ab on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green3.1%
Blue67.1%
CMYK percentages
Cyan87.1%
Magenta95.3%
Yellow0.0%
Key (black)32.9%
Color previews
#1608ab text on a black background
contrast 1.66:1
Card sample
#1608ab text on a white background
contrast 12.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1608ab;
Background color
Panel with #1608ab background
background-color: #1608ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1608ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 8, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 8, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1608ab; background: linear-gradient(135deg, #1608ab, #8308AB);