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