#034fe6
a balanced, electric blue · cool · closest name: royalblue
RGB
3, 79, 230
HSL
220°, 97%, 46%
CMYK
99, 66, 0, 10
Luminance
0.1132
Every format
| HEX | #034fe6 |
| RGB | rgb(3, 79, 230) |
| HSL | hsl(220, 97%, 46%) |
| CMYK | cmyk(99%, 66%, 0%, 10%) |
| LAB | lab(40.1 40.4 -80.8) |
| LCH | lch(40.1 90.3 296.6) |
| OKLCH | oklch(0.499 0.236 262.5) |
Copy-ready code
/* CSS */
color: #034fe6;
background-color: #034fe6;
/* Tailwind (arbitrary) */
class="text-[#034fe6] bg-[#034fe6]"
/* SCSS */
$brand: #034fe6;
/* SwiftUI */
Color(red: 0.012, green: 0.310, blue: 0.902)
/* Android */
Color.parseColor("#034fe6")Accessibility — WCAG contrast
Aa
#034fe6 on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#034fe6 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green31.0%
Blue90.2%
CMYK percentages
Cyan98.7%
Magenta65.7%
Yellow0.0%
Key (black)9.8%
Color previews
#034fe6 text on a black background
contrast 3.26:1
Card sample
#034fe6 text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034fe6;
Background color
Panel with #034fe6 background
background-color: #034fe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034fe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 79, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 79, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034fe6; background: linear-gradient(135deg, #034fe6, #4E03E6);