#0034ac
a dark, electric blue · cool · closest name: navy
RGB
0, 52, 172
HSL
222°, 100%, 34%
CMYK
100, 70, 0, 33
Luminance
0.0543
Every format
| HEX | #0034ac |
| RGB | rgb(0, 52, 172) |
| HSL | hsl(222, 100%, 34%) |
| CMYK | cmyk(100%, 70%, 0%, 33%) |
| LAB | lab(27.9 35.7 -67.0) |
| LCH | lch(27.9 76.0 298.1) |
| OKLCH | oklch(0.393 0.196 262.9) |
Copy-ready code
/* CSS */
color: #0034ac;
background-color: #0034ac;
/* Tailwind (arbitrary) */
class="text-[#0034ac] bg-[#0034ac]"
/* SCSS */
$brand: #0034ac;
/* SwiftUI */
Color(red: 0.000, green: 0.204, blue: 0.675)
/* Android */
Color.parseColor("#0034ac")Accessibility — WCAG contrast
Aa
#0034ac on white: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0034ac on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green20.4%
Blue67.5%
CMYK percentages
Cyan100.0%
Magenta69.8%
Yellow0.0%
Key (black)32.5%
Color previews
#0034ac text on a black background
contrast 2.09:1
Card sample
#0034ac text on a white background
contrast 10.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0034ac;
Background color
Panel with #0034ac background
background-color: #0034ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0034ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 52, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 52, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0034ac; background: linear-gradient(135deg, #0034ac, #3F00AC);