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