#034fc2
a dark, electric blue · cool · closest name: royalblue
RGB
3, 79, 194
HSL
216°, 97%, 39%
CMYK
99, 59, 0, 24
Luminance
0.0951
Every format
| HEX | #034fc2 |
| RGB | rgb(3, 79, 194) |
| HSL | hsl(216, 97%, 39%) |
| CMYK | cmyk(99%, 59%, 0%, 24%) |
| LAB | lab(36.9 26.5 -65.3) |
| LCH | lch(36.9 70.5 292.1) |
| OKLCH | oklch(0.466 0.192 260.4) |
Copy-ready code
/* CSS */
color: #034fc2;
background-color: #034fc2;
/* Tailwind (arbitrary) */
class="text-[#034fc2] bg-[#034fc2]"
/* SCSS */
$brand: #034fc2;
/* SwiftUI */
Color(red: 0.012, green: 0.310, blue: 0.761)
/* Android */
Color.parseColor("#034fc2")Accessibility — WCAG contrast
Aa
#034fc2 on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034fc2 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green31.0%
Blue76.1%
CMYK percentages
Cyan98.5%
Magenta59.3%
Yellow0.0%
Key (black)23.9%
Color previews
#034fc2 text on a black background
contrast 2.90:1
Card sample
#034fc2 text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034fc2;
Background color
Panel with #034fc2 background
background-color: #034fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 79, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 79, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034fc2; background: linear-gradient(135deg, #034fc2, #3603C2);