#0004af
a dark, electric blue · warm · closest name: navy
RGB
0, 4, 175
HSL
239°, 100%, 34%
CMYK
100, 98, 0, 31
Luminance
0.0318
Every format
| HEX | #0004af |
| RGB | rgb(0, 4, 175) |
| HSL | hsl(239, 100%, 34%) |
| CMYK | cmyk(100%, 98%, 0%, 31%) |
| LAB | lab(20.8 58.7 -80.8) |
| LCH | lch(20.8 99.8 306.0) |
| OKLCH | oklch(0.343 0.235 264.1) |
Copy-ready code
/* CSS */
color: #0004af;
background-color: #0004af;
/* Tailwind (arbitrary) */
class="text-[#0004af] bg-[#0004af]"
/* SCSS */
$brand: #0004af;
/* SwiftUI */
Color(red: 0.000, green: 0.016, blue: 0.686)
/* Android */
Color.parseColor("#0004af")Accessibility — WCAG contrast
Aa
#0004af on white: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0004af on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green1.6%
Blue68.6%
CMYK percentages
Cyan100.0%
Magenta97.7%
Yellow0.0%
Key (black)31.4%
Color previews
#0004af text on a black background
contrast 1.64:1
Card sample
#0004af text on a white background
contrast 12.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0004af;
Background color
Panel with #0004af background
background-color: #0004af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0004af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 4, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 4, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0004af; background: linear-gradient(135deg, #0004af, #7100AF);