#032dfb
a balanced, electric blue · warm · closest name: blue
RGB
3, 45, 251
HSL
230°, 98%, 50%
CMYK
99, 82, 0, 2
Luminance
0.0886
Every format
| HEX | #032dfb |
| RGB | rgb(3, 45, 251) |
| HSL | hsl(230, 98%, 50%) |
| CMYK | cmyk(99%, 82%, 0%, 2%) |
| LAB | lab(35.7 66.3 -99.9) |
| LCH | lch(35.7 119.9 303.6) |
| OKLCH | oklch(0.474 0.291 264.4) |
Copy-ready code
/* CSS */
color: #032dfb;
background-color: #032dfb;
/* Tailwind (arbitrary) */
class="text-[#032dfb] bg-[#032dfb]"
/* SCSS */
$brand: #032dfb;
/* SwiftUI */
Color(red: 0.012, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#032dfb")Accessibility — WCAG contrast
Aa
#032dfb on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032dfb on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.6%
Blue98.4%
CMYK percentages
Cyan98.8%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#032dfb text on a black background
contrast 2.77:1
Card sample
#032dfb text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032dfb;
Background color
Panel with #032dfb background
background-color: #032dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032dfb; background: linear-gradient(135deg, #032dfb, #7E03FB);