#034abf
a dark, electric blue · cool · closest name: royalblue
RGB
3, 74, 191
HSL
217°, 97%, 38%
CMYK
98, 61, 0, 25
Luminance
0.0868
Every format
| HEX | #034abf |
| RGB | rgb(3, 74, 191) |
| HSL | hsl(217, 97%, 38%) |
| CMYK | cmyk(98%, 61%, 0%, 25%) |
| LAB | lab(35.4 28.7 -66.1) |
| LCH | lch(35.4 72.0 293.5) |
| OKLCH | oklch(0.453 0.194 261.1) |
Copy-ready code
/* CSS */
color: #034abf;
background-color: #034abf;
/* Tailwind (arbitrary) */
class="text-[#034abf] bg-[#034abf]"
/* SCSS */
$brand: #034abf;
/* SwiftUI */
Color(red: 0.012, green: 0.290, blue: 0.749)
/* Android */
Color.parseColor("#034abf")Accessibility — WCAG contrast
Aa
#034abf on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034abf on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.0%
Blue74.9%
CMYK percentages
Cyan98.4%
Magenta61.3%
Yellow0.0%
Key (black)25.1%
Color previews
#034abf text on a black background
contrast 2.74:1
Card sample
#034abf text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034abf;
Background color
Panel with #034abf background
background-color: #034abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 74, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 74, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034abf; background: linear-gradient(135deg, #034abf, #3903BF);