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