#034df1
a balanced, electric blue · cool · closest name: royalblue
RGB
3, 77, 241
HSL
221°, 98%, 48%
CMYK
99, 68, 0, 6
Luminance
0.1168
Every format
| HEX | #034df1 |
| RGB | rgb(3, 77, 241) |
| HSL | hsl(221, 98%, 48%) |
| CMYK | cmyk(99%, 68%, 0%, 6%) |
| LAB | lab(40.7 45.7 -86.0) |
| LCH | lch(40.7 97.4 298.0) |
| OKLCH | oklch(0.506 0.252 263.0) |
Copy-ready code
/* CSS */
color: #034df1;
background-color: #034df1;
/* Tailwind (arbitrary) */
class="text-[#034df1] bg-[#034df1]"
/* SCSS */
$brand: #034df1;
/* SwiftUI */
Color(red: 0.012, green: 0.302, blue: 0.945)
/* Android */
Color.parseColor("#034df1")Accessibility — WCAG contrast
Aa
#034df1 on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#034df1 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green30.2%
Blue94.5%
CMYK percentages
Cyan98.8%
Magenta68.0%
Yellow0.0%
Key (black)5.5%
Color previews
#034df1 text on a black background
contrast 3.34:1
Card sample
#034df1 text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034df1;
Background color
Panel with #034df1 background
background-color: #034df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 77, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 77, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034df1; background: linear-gradient(135deg, #034df1, #5703F1);