#032d52
a deep, electric blue · cool · closest name: darkslategray
RGB
3, 45, 82
HSL
208°, 93%, 17%
CMYK
96, 45, 0, 68
Luminance
0.0251
Every format
| HEX | #032d52 |
| RGB | rgb(3, 45, 82) |
| HSL | hsl(208, 93%, 17%) |
| CMYK | cmyk(96%, 45%, 0%, 68%) |
| LAB | lab(17.9 2.4 -26.4) |
| LCH | lch(17.9 26.5 275.1) |
| OKLCH | oklch(0.293 0.080 250.5) |
Copy-ready code
/* CSS */
color: #032d52;
background-color: #032d52;
/* Tailwind (arbitrary) */
class="text-[#032d52] bg-[#032d52]"
/* SCSS */
$brand: #032d52;
/* SwiftUI */
Color(red: 0.012, green: 0.176, blue: 0.322)
/* Android */
Color.parseColor("#032d52")Accessibility — WCAG contrast
Aa
#032d52 on white: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032d52 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.6%
Blue32.2%
CMYK percentages
Cyan96.3%
Magenta45.1%
Yellow0.0%
Key (black)67.8%
Color previews
#032d52 text on a black background
contrast 1.50:1
Card sample
#032d52 text on a white background
contrast 13.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032d52;
Background color
Panel with #032d52 background
background-color: #032d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 45, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 45, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032d52; background: linear-gradient(135deg, #032d52, #0E0352);