#032bdf
a dark, electric blue · warm · closest name: blue
RGB
3, 43, 223
HSL
229°, 97%, 44%
CMYK
99, 81, 0, 13
Luminance
0.0707
Every format
| HEX | #032bdf |
| RGB | rgb(3, 43, 223) |
| HSL | hsl(229, 97%, 44%) |
| CMYK | cmyk(99%, 81%, 0%, 13%) |
| LAB | lab(32.0 58.6 -90.2) |
| LCH | lch(32.0 107.6 303.0) |
| OKLCH | oklch(0.438 0.263 264.4) |
Copy-ready code
/* CSS */
color: #032bdf;
background-color: #032bdf;
/* Tailwind (arbitrary) */
class="text-[#032bdf] bg-[#032bdf]"
/* SCSS */
$brand: #032bdf;
/* SwiftUI */
Color(red: 0.012, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#032bdf")Accessibility — WCAG contrast
Aa
#032bdf on white: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032bdf on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.9%
Blue87.5%
CMYK percentages
Cyan98.7%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#032bdf text on a black background
contrast 2.41:1
Card sample
#032bdf text on a white background
contrast 8.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032bdf;
Background color
Panel with #032bdf background
background-color: #032bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032bdf; background: linear-gradient(135deg, #032bdf, #6E03DF);