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