#032af4
a balanced, electric blue · warm · closest name: blue
RGB
3, 42, 244
HSL
230°, 98%, 48%
CMYK
99, 83, 0, 4
Luminance
0.0821
Every format
| HEX | #032af4 |
| RGB | rgb(3, 42, 244) |
| HSL | hsl(230, 98%, 48%) |
| CMYK | cmyk(99%, 83%, 0%, 4%) |
| LAB | lab(34.4 65.5 -98.2) |
| LCH | lch(34.4 118.0 303.7) |
| OKLCH | oklch(0.463 0.286 264.4) |
Copy-ready code
/* CSS */
color: #032af4;
background-color: #032af4;
/* Tailwind (arbitrary) */
class="text-[#032af4] bg-[#032af4]"
/* SCSS */
$brand: #032af4;
/* SwiftUI */
Color(red: 0.012, green: 0.165, blue: 0.957)
/* Android */
Color.parseColor("#032af4")Accessibility — WCAG contrast
Aa
#032af4 on white: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032af4 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.5%
Blue95.7%
CMYK percentages
Cyan98.8%
Magenta82.8%
Yellow0.0%
Key (black)4.3%
Color previews
#032af4 text on a black background
contrast 2.64:1
Card sample
#032af4 text on a white background
contrast 7.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032af4;
Background color
Panel with #032af4 background
background-color: #032af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 42, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 42, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032af4; background: linear-gradient(135deg, #032af4, #7D03F4);