#034cf5
a balanced, electric blue · cool · closest name: royalblue
RGB
3, 76, 245
HSL
222°, 98%, 49%
CMYK
99, 69, 0, 4
Luminance
0.1178
Every format
| HEX | #034cf5 |
| RGB | rgb(3, 76, 245) |
| HSL | hsl(222, 98%, 49%) |
| CMYK | cmyk(99%, 69%, 0%, 4%) |
| LAB | lab(40.9 47.8 -88.0) |
| LCH | lch(40.9 100.1 298.5) |
| OKLCH | oklch(0.509 0.257 263.2) |
Copy-ready code
/* CSS */
color: #034cf5;
background-color: #034cf5;
/* Tailwind (arbitrary) */
class="text-[#034cf5] bg-[#034cf5]"
/* SCSS */
$brand: #034cf5;
/* SwiftUI */
Color(red: 0.012, green: 0.298, blue: 0.961)
/* Android */
Color.parseColor("#034cf5")Accessibility — WCAG contrast
Aa
#034cf5 on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#034cf5 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.8%
Blue96.1%
CMYK percentages
Cyan98.8%
Magenta69.0%
Yellow0.0%
Key (black)3.9%
Color previews
#034cf5 text on a black background
contrast 3.36:1
Card sample
#034cf5 text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034cf5;
Background color
Panel with #034cf5 background
background-color: #034cf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034cf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 76, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 76, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034cf5; background: linear-gradient(135deg, #034cf5, #5B03F5);