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