#034cb5
a dark, electric blue · cool · closest name: royalblue
RGB
3, 76, 181
HSL
215°, 97%, 36%
CMYK
98, 58, 0, 29
Luminance
0.0852
Every format
| HEX | #034cb5 |
| RGB | rgb(3, 76, 181) |
| HSL | hsl(215, 97%, 36%) |
| CMYK | cmyk(98%, 58%, 0%, 29%) |
| LAB | lab(35.0 23.3 -60.7) |
| LCH | lch(35.0 65.0 291.0) |
| OKLCH | oklch(0.448 0.179 259.9) |
Copy-ready code
/* CSS */
color: #034cb5;
background-color: #034cb5;
/* Tailwind (arbitrary) */
class="text-[#034cb5] bg-[#034cb5]"
/* SCSS */
$brand: #034cb5;
/* SwiftUI */
Color(red: 0.012, green: 0.298, blue: 0.710)
/* Android */
Color.parseColor("#034cb5")Accessibility — WCAG contrast
Aa
#034cb5 on white: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034cb5 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.8%
Blue71.0%
CMYK percentages
Cyan98.3%
Magenta58.0%
Yellow0.0%
Key (black)29.0%
Color previews
#034cb5 text on a black background
contrast 2.70:1
Card sample
#034cb5 text on a white background
contrast 7.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034cb5;
Background color
Panel with #034cb5 background
background-color: #034cb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034cb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 76, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 76, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034cb5; background: linear-gradient(135deg, #034cb5, #3103B5);