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