#032fdf
a dark, electric blue · warm · closest name: blue
RGB
3, 47, 223
HSL
228°, 97%, 44%
CMYK
99, 79, 0, 13
Luminance
0.0738
Every format
| HEX | #032fdf |
| RGB | rgb(3, 47, 223) |
| HSL | hsl(228, 97%, 44%) |
| CMYK | cmyk(99%, 79%, 0%, 13%) |
| LAB | lab(32.6 56.6 -89.1) |
| LCH | lch(32.6 105.6 302.4) |
| OKLCH | oklch(0.443 0.260 264.3) |
Copy-ready code
/* CSS */
color: #032fdf;
background-color: #032fdf;
/* Tailwind (arbitrary) */
class="text-[#032fdf] bg-[#032fdf]"
/* SCSS */
$brand: #032fdf;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#032fdf")Accessibility — WCAG contrast
Aa
#032fdf on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032fdf on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue87.5%
CMYK percentages
Cyan98.7%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#032fdf text on a black background
contrast 2.48:1
Card sample
#032fdf text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032fdf;
Background color
Panel with #032fdf background
background-color: #032fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032fdf; background: linear-gradient(135deg, #032fdf, #6A03DF);