#032c49
a deep, electric blue · cool · closest name: darkslategray
RGB
3, 44, 73
HSL
205°, 92%, 15%
CMYK
96, 40, 0, 71
Luminance
0.0230
Every format
| HEX | #032c49 |
| RGB | rgb(3, 44, 73) |
| HSL | hsl(205, 92%, 15%) |
| CMYK | cmyk(96%, 40%, 0%, 71%) |
| LAB | lab(17.0 -1.0 -21.8) |
| LCH | lch(17.0 21.8 267.3) |
| OKLCH | oklch(0.283 0.068 245.3) |
Copy-ready code
/* CSS */
color: #032c49;
background-color: #032c49;
/* Tailwind (arbitrary) */
class="text-[#032c49] bg-[#032c49]"
/* SCSS */
$brand: #032c49;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.286)
/* Android */
Color.parseColor("#032c49")Accessibility — WCAG contrast
Aa
#032c49 on white: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032c49 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue28.6%
CMYK percentages
Cyan95.9%
Magenta39.7%
Yellow0.0%
Key (black)71.4%
Color previews
#032c49 text on a black background
contrast 1.46:1
Card sample
#032c49 text on a white background
contrast 14.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032c49;
Background color
Panel with #032c49 background
background-color: #032c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032c49; background: linear-gradient(135deg, #032c49, #090349);