#032bba
a dark, electric blue · warm · closest name: navy
RGB
3, 43, 186
HSL
227°, 97%, 37%
CMYK
98, 77, 0, 27
Luminance
0.0529
Every format
| HEX | #032bba |
| RGB | rgb(3, 43, 186) |
| HSL | hsl(227, 97%, 37%) |
| CMYK | cmyk(98%, 77%, 0%, 27%) |
| LAB | lab(27.6 46.4 -76.0) |
| LCH | lch(27.6 89.1 301.4) |
| OKLCH | oklch(0.394 0.222 264.2) |
Copy-ready code
/* CSS */
color: #032bba;
background-color: #032bba;
/* Tailwind (arbitrary) */
class="text-[#032bba] bg-[#032bba]"
/* SCSS */
$brand: #032bba;
/* SwiftUI */
Color(red: 0.012, green: 0.169, blue: 0.729)
/* Android */
Color.parseColor("#032bba")Accessibility — WCAG contrast
Aa
#032bba on white: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032bba on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.9%
Blue72.9%
CMYK percentages
Cyan98.4%
Magenta76.9%
Yellow0.0%
Key (black)27.1%
Color previews
#032bba text on a black background
contrast 2.06:1
Card sample
#032bba text on a white background
contrast 10.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032bba;
Background color
Panel with #032bba background
background-color: #032bba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032bba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 43, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 43, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032bba; background: linear-gradient(135deg, #032bba, #5503BA);