#032b4f
a deep, electric blue · cool · closest name: darkslategray
RGB
3, 43, 79
HSL
208°, 93%, 16%
CMYK
96, 46, 0, 69
Luminance
0.0231
Every format
| HEX | #032b4f |
| RGB | rgb(3, 43, 79) |
| HSL | hsl(208, 93%, 16%) |
| CMYK | cmyk(96%, 46%, 0%, 69%) |
| LAB | lab(17.0 2.5 -25.8) |
| LCH | lch(17.0 25.9 275.4) |
| OKLCH | oklch(0.285 0.078 250.8) |
Copy-ready code
/* CSS */
color: #032b4f;
background-color: #032b4f;
/* Tailwind (arbitrary) */
class="text-[#032b4f] bg-[#032b4f]"
/* SCSS */
$brand: #032b4f;
/* SwiftUI */
Color(red: 0.012, green: 0.169, blue: 0.310)
/* Android */
Color.parseColor("#032b4f")Accessibility — WCAG contrast
Aa
#032b4f on white: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032b4f on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.9%
Blue31.0%
CMYK percentages
Cyan96.2%
Magenta45.6%
Yellow0.0%
Key (black)69.0%
Color previews
#032b4f text on a black background
contrast 1.46:1
Card sample
#032b4f text on a white background
contrast 14.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032b4f;
Background color
Panel with #032b4f background
background-color: #032b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 43, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 43, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032b4f; background: linear-gradient(135deg, #032b4f, #0E034F);