#034ee2
a dark, electric blue · cool · closest name: royalblue
RGB
3, 78, 226
HSL
220°, 97%, 45%
CMYK
99, 66, 0, 11
Luminance
0.1096
Every format
| HEX | #034ee2 |
| RGB | rgb(3, 78, 226) |
| HSL | hsl(220, 97%, 45%) |
| CMYK | cmyk(99%, 66%, 0%, 11%) |
| LAB | lab(39.5 39.6 -79.5) |
| LCH | lch(39.5 88.8 296.5) |
| OKLCH | oklch(0.493 0.233 262.5) |
Copy-ready code
/* CSS */
color: #034ee2;
background-color: #034ee2;
/* Tailwind (arbitrary) */
class="text-[#034ee2] bg-[#034ee2]"
/* SCSS */
$brand: #034ee2;
/* SwiftUI */
Color(red: 0.012, green: 0.306, blue: 0.886)
/* Android */
Color.parseColor("#034ee2")Accessibility — WCAG contrast
Aa
#034ee2 on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#034ee2 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green30.6%
Blue88.6%
CMYK percentages
Cyan98.7%
Magenta65.5%
Yellow0.0%
Key (black)11.4%
Color previews
#034ee2 text on a black background
contrast 3.19:1
Card sample
#034ee2 text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034ee2;
Background color
Panel with #034ee2 background
background-color: #034ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 78, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 78, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034ee2; background: linear-gradient(135deg, #034ee2, #4D03E2);