#034bfc
a balanced, electric blue · cool · closest name: blue
RGB
3, 75, 252
HSL
223°, 98%, 50%
CMYK
99, 70, 0, 1
Luminance
0.1208
Every format
| HEX | #034bfc |
| RGB | rgb(3, 75, 252) |
| HSL | hsl(223, 98%, 50%) |
| CMYK | cmyk(99%, 70%, 0%, 1%) |
| LAB | lab(41.3 50.8 -91.1) |
| LCH | lch(41.3 104.4 299.1) |
| OKLCH | oklch(0.514 0.266 263.4) |
Copy-ready code
/* CSS */
color: #034bfc;
background-color: #034bfc;
/* Tailwind (arbitrary) */
class="text-[#034bfc] bg-[#034bfc]"
/* SCSS */
$brand: #034bfc;
/* SwiftUI */
Color(red: 0.012, green: 0.294, blue: 0.988)
/* Android */
Color.parseColor("#034bfc")Accessibility — WCAG contrast
Aa
#034bfc on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#034bfc on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.4%
Blue98.8%
CMYK percentages
Cyan98.8%
Magenta70.2%
Yellow0.0%
Key (black)1.2%
Color previews
#034bfc text on a black background
contrast 3.42:1
Card sample
#034bfc text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034bfc;
Background color
Panel with #034bfc background
background-color: #034bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 75, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 75, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034bfc; background: linear-gradient(135deg, #034bfc, #6103FC);