#034fbc
a dark, electric blue · cool · closest name: royalblue
RGB
3, 79, 188
HSL
215°, 97%, 38%
CMYK
98, 58, 0, 26
Luminance
0.0924
Every format
| HEX | #034fbc |
| RGB | rgb(3, 79, 188) |
| HSL | hsl(215, 97%, 38%) |
| CMYK | cmyk(98%, 58%, 0%, 26%) |
| LAB | lab(36.4 24.1 -62.6) |
| LCH | lch(36.4 67.1 291.1) |
| OKLCH | oklch(0.460 0.184 259.9) |
Copy-ready code
/* CSS */
color: #034fbc;
background-color: #034fbc;
/* Tailwind (arbitrary) */
class="text-[#034fbc] bg-[#034fbc]"
/* SCSS */
$brand: #034fbc;
/* SwiftUI */
Color(red: 0.012, green: 0.310, blue: 0.737)
/* Android */
Color.parseColor("#034fbc")Accessibility — WCAG contrast
Aa
#034fbc on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#034fbc on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green31.0%
Blue73.7%
CMYK percentages
Cyan98.4%
Magenta58.0%
Yellow0.0%
Key (black)26.3%
Color previews
#034fbc text on a black background
contrast 2.85:1
Card sample
#034fbc text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034fbc;
Background color
Panel with #034fbc background
background-color: #034fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 79, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 79, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034fbc; background: linear-gradient(135deg, #034fbc, #3303BC);