#034cff
a balanced, electric blue · cool · closest name: blue
RGB
3, 76, 255
HSL
223°, 100%, 51%
CMYK
99, 70, 0, 0
Luminance
0.1241
Every format
| HEX | #034cff |
| RGB | rgb(3, 76, 255) |
| HSL | hsl(223, 100%, 51%) |
| CMYK | cmyk(99%, 70%, 0%, 0%) |
| LAB | lab(41.9 51.3 -92.0) |
| LCH | lch(41.9 105.3 299.2) |
| OKLCH | oklch(0.519 0.269 263.4) |
Copy-ready code
/* CSS */
color: #034cff;
background-color: #034cff;
/* Tailwind (arbitrary) */
class="text-[#034cff] bg-[#034cff]"
/* SCSS */
$brand: #034cff;
/* SwiftUI */
Color(red: 0.012, green: 0.298, blue: 1.000)
/* Android */
Color.parseColor("#034cff")Accessibility — WCAG contrast
Aa
#034cff on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#034cff on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green29.8%
Blue100.0%
CMYK percentages
Cyan98.8%
Magenta70.2%
Yellow0.0%
Key (black)0.0%
Color previews
#034cff text on a black background
contrast 3.48:1
Card sample
#034cff text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #034cff;
Background color
Panel with #034cff background
background-color: #034cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #034cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 76, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 76, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #034cff; background: linear-gradient(135deg, #034cff, #6203FF);