#032cff
a balanced, electric blue · warm · closest name: blue
RGB
3, 44, 255
HSL
230°, 100%, 51%
CMYK
99, 83, 0, 0
Luminance
0.0904
Every format
| HEX | #032cff |
| RGB | rgb(3, 44, 255) |
| HSL | hsl(230, 100%, 51%) |
| CMYK | cmyk(99%, 83%, 0%, 0%) |
| LAB | lab(36.1 67.9 -101.6) |
| LCH | lch(36.1 122.2 303.7) |
| OKLCH | oklch(0.478 0.296 264.4) |
Copy-ready code
/* CSS */
color: #032cff;
background-color: #032cff;
/* Tailwind (arbitrary) */
class="text-[#032cff] bg-[#032cff]"
/* SCSS */
$brand: #032cff;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 1.000)
/* Android */
Color.parseColor("#032cff")Accessibility — WCAG contrast
Aa
#032cff on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032cff on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue100.0%
CMYK percentages
Cyan98.8%
Magenta82.7%
Yellow0.0%
Key (black)0.0%
Color previews
#032cff text on a black background
contrast 2.81:1
Card sample
#032cff text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032cff;
Background color
Panel with #032cff background
background-color: #032cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032cff; background: linear-gradient(135deg, #032cff, #8203FF);