#032aff
a balanced, electric blue · warm · closest name: blue
RGB
3, 42, 255
HSL
231°, 100%, 51%
CMYK
99, 84, 0, 0
Luminance
0.0890
Every format
| HEX | #032aff |
| RGB | rgb(3, 42, 255) |
| HSL | hsl(231, 100%, 51%) |
| CMYK | cmyk(99%, 84%, 0%, 0%) |
| LAB | lab(35.8 68.7 -102.0) |
| LCH | lch(35.8 123.0 304.0) |
| OKLCH | oklch(0.476 0.297 264.4) |
Copy-ready code
/* CSS */
color: #032aff;
background-color: #032aff;
/* Tailwind (arbitrary) */
class="text-[#032aff] bg-[#032aff]"
/* SCSS */
$brand: #032aff;
/* SwiftUI */
Color(red: 0.012, green: 0.165, blue: 1.000)
/* Android */
Color.parseColor("#032aff")Accessibility — WCAG contrast
Aa
#032aff on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032aff on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.5%
Blue100.0%
CMYK percentages
Cyan98.8%
Magenta83.5%
Yellow0.0%
Key (black)0.0%
Color previews
#032aff text on a black background
contrast 2.78:1
Card sample
#032aff text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032aff;
Background color
Panel with #032aff background
background-color: #032aff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032aff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 42, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 42, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032aff; background: linear-gradient(135deg, #032aff, #8403FF);