#1102ab
a dark, electric blue · warm · closest name: navy
RGB
17, 2, 171
HSL
245°, 98%, 34%
CMYK
90, 99, 0, 33
Luminance
0.0310
Every format
| HEX | #1102ab |
| RGB | rgb(17, 2, 171) |
| HSL | hsl(245, 98%, 34%) |
| CMYK | cmyk(90%, 99%, 0%, 33%) |
| LAB | lab(20.4 58.3 -78.8) |
| LCH | lch(20.4 98.1 306.5) |
| OKLCH | oklch(0.341 0.228 266.9) |
Copy-ready code
/* CSS */
color: #1102ab;
background-color: #1102ab;
/* Tailwind (arbitrary) */
class="text-[#1102ab] bg-[#1102ab]"
/* SCSS */
$brand: #1102ab;
/* SwiftUI */
Color(red: 0.067, green: 0.008, blue: 0.671)
/* Android */
Color.parseColor("#1102ab")Accessibility — WCAG contrast
Aa
#1102ab on white: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1102ab on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green0.8%
Blue67.1%
CMYK percentages
Cyan90.1%
Magenta98.8%
Yellow0.0%
Key (black)32.9%
Color previews
#1102ab text on a black background
contrast 1.62:1
Card sample
#1102ab text on a white background
contrast 12.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1102ab;
Background color
Panel with #1102ab background
background-color: #1102ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1102ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 2, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 2, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1102ab; background: linear-gradient(135deg, #1102ab, #8202AB);