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