#034ac5
a dark, electric blue · cool · closest name: royalblue
RGB
3, 74, 197
HSL
218°, 97%, 39%
CMYK
99, 62, 0, 23
Luminance
0.0895
Every format
| HEX | #034ac5 |
| RGB | rgb(3, 74, 197) |
| HSL | hsl(218, 97%, 39%) |
| CMYK | cmyk(99%, 62%, 0%, 23%) |
| LAB | lab(35.9 31.1 -68.7) |
| LCH | lch(35.9 75.4 294.3) |
| OKLCH | oklch(0.459 0.202 261.5) |
Copy-ready code
/* CSS */
color: #034ac5;
background-color: #034ac5;
/* Tailwind (arbitrary) */
class="text-[#034ac5] bg-[#034ac5]"
/* SCSS */
$brand: #034ac5;
/* SwiftUI */
Color(red: 0.012, green: 0.290, blue: 0.773)
/* Android */
Color.parseColor("#034ac5")Accessibility — WCAG contrast
Aa
#034ac5 on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034ac5 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.0%
Blue77.3%
CMYK percentages
Cyan98.5%
Magenta62.4%
Yellow0.0%
Key (black)22.7%
Color previews
#034ac5 text on a black background
contrast 2.79:1
Card sample
#034ac5 text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034ac5;
Background color
Panel with #034ac5 background
background-color: #034ac5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034ac5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 74, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 74, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034ac5; background: linear-gradient(135deg, #034ac5, #3D03C5);