#034bda
a dark, electric blue · cool · closest name: royalblue
RGB
3, 75, 218
HSL
220°, 97%, 43%
CMYK
99, 66, 0, 15
Luminance
0.1011
Every format
| HEX | #034bda |
| RGB | rgb(3, 75, 218) |
| HSL | hsl(220, 97%, 43%) |
| CMYK | cmyk(99%, 66%, 0%, 15%) |
| LAB | lab(38.0 38.5 -77.3) |
| LCH | lch(38.0 86.4 296.5) |
| OKLCH | oklch(0.480 0.226 262.5) |
Copy-ready code
/* CSS */
color: #034bda;
background-color: #034bda;
/* Tailwind (arbitrary) */
class="text-[#034bda] bg-[#034bda]"
/* SCSS */
$brand: #034bda;
/* SwiftUI */
Color(red: 0.012, green: 0.294, blue: 0.855)
/* Android */
Color.parseColor("#034bda")Accessibility — WCAG contrast
Aa
#034bda on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#034bda on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.4%
Blue85.5%
CMYK percentages
Cyan98.6%
Magenta65.6%
Yellow0.0%
Key (black)14.5%
Color previews
#034bda text on a black background
contrast 3.02:1
Card sample
#034bda text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034bda;
Background color
Panel with #034bda background
background-color: #034bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 75, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 75, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034bda; background: linear-gradient(135deg, #034bda, #4A03DA);