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