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