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