#032afb
a balanced, electric blue · warm · closest name: blue
RGB
3, 42, 251
HSL
231°, 98%, 50%
CMYK
99, 83, 0, 2
Luminance
0.0864
Every format
| HEX | #032afb |
| RGB | rgb(3, 42, 251) |
| HSL | hsl(231, 98%, 50%) |
| CMYK | cmyk(99%, 83%, 0%, 2%) |
| LAB | lab(35.3 67.5 -100.6) |
| LCH | lch(35.3 121.2 303.9) |
| OKLCH | oklch(0.471 0.293 264.4) |
Copy-ready code
/* CSS */
color: #032afb;
background-color: #032afb;
/* Tailwind (arbitrary) */
class="text-[#032afb] bg-[#032afb]"
/* SCSS */
$brand: #032afb;
/* SwiftUI */
Color(red: 0.012, green: 0.165, blue: 0.984)
/* Android */
Color.parseColor("#032afb")Accessibility — WCAG contrast
Aa
#032afb on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032afb on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.5%
Blue98.4%
CMYK percentages
Cyan98.8%
Magenta83.3%
Yellow0.0%
Key (black)1.6%
Color previews
#032afb text on a black background
contrast 2.73:1
Card sample
#032afb text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032afb;
Background color
Panel with #032afb background
background-color: #032afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 42, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 42, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032afb; background: linear-gradient(135deg, #032afb, #8103FB);