#034fdf
a dark, electric blue · cool · closest name: royalblue
RGB
3, 79, 223
HSL
219°, 97%, 44%
CMYK
99, 65, 0, 13
Luminance
0.1094
Every format
| HEX | #034fdf |
| RGB | rgb(3, 79, 223) |
| HSL | hsl(219, 97%, 44%) |
| CMYK | cmyk(99%, 65%, 0%, 13%) |
| LAB | lab(39.5 37.8 -77.8) |
| LCH | lch(39.5 86.5 295.9) |
| OKLCH | oklch(0.492 0.228 262.2) |
Copy-ready code
/* CSS */
color: #034fdf;
background-color: #034fdf;
/* Tailwind (arbitrary) */
class="text-[#034fdf] bg-[#034fdf]"
/* SCSS */
$brand: #034fdf;
/* SwiftUI */
Color(red: 0.012, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#034fdf")Accessibility — WCAG contrast
Aa
#034fdf on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#034fdf on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green31.0%
Blue87.5%
CMYK percentages
Cyan98.7%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#034fdf text on a black background
contrast 3.19:1
Card sample
#034fdf text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034fdf;
Background color
Panel with #034fdf background
background-color: #034fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034fdf; background: linear-gradient(135deg, #034fdf, #4A03DF);