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