#032abc
a dark, electric blue · warm · closest name: navy
RGB
3, 42, 188
HSL
227°, 97%, 38%
CMYK
98, 78, 0, 26
Luminance
0.0531
Every format
| HEX | #032abc |
| RGB | rgb(3, 42, 188) |
| HSL | hsl(227, 97%, 38%) |
| CMYK | cmyk(98%, 78%, 0%, 26%) |
| LAB | lab(27.6 47.7 -77.1) |
| LCH | lch(27.6 90.7 301.7) |
| OKLCH | oklch(0.395 0.225 264.2) |
Copy-ready code
/* CSS */
color: #032abc;
background-color: #032abc;
/* Tailwind (arbitrary) */
class="text-[#032abc] bg-[#032abc]"
/* SCSS */
$brand: #032abc;
/* SwiftUI */
Color(red: 0.012, green: 0.165, blue: 0.737)
/* Android */
Color.parseColor("#032abc")Accessibility — WCAG contrast
Aa
#032abc on white: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032abc on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.5%
Blue73.7%
CMYK percentages
Cyan98.4%
Magenta77.7%
Yellow0.0%
Key (black)26.3%
Color previews
#032abc text on a black background
contrast 2.06:1
Card sample
#032abc text on a white background
contrast 10.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032abc;
Background color
Panel with #032abc background
background-color: #032abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 42, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 42, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032abc; background: linear-gradient(135deg, #032abc, #5803BC);