#032b3f
a deep, electric blue · cool · closest name: darkslategray
RGB
3, 43, 63
HSL
200°, 91%, 13%
CMYK
95, 32, 0, 75
Luminance
0.0211
Every format
| HEX | #032b3f |
| RGB | rgb(3, 43, 63) |
| HSL | hsl(200, 91%, 13%) |
| CMYK | cmyk(95%, 32%, 0%, 75%) |
| LAB | lab(16.0 -4.8 -16.4) |
| LCH | lch(16.0 17.1 253.6) |
| OKLCH | oklch(0.274 0.056 236.2) |
Copy-ready code
/* CSS */
color: #032b3f;
background-color: #032b3f;
/* Tailwind (arbitrary) */
class="text-[#032b3f] bg-[#032b3f]"
/* SCSS */
$brand: #032b3f;
/* SwiftUI */
Color(red: 0.012, green: 0.169, blue: 0.247)
/* Android */
Color.parseColor("#032b3f")Accessibility — WCAG contrast
Aa
#032b3f on white: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032b3f on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.9%
Blue24.7%
CMYK percentages
Cyan95.2%
Magenta31.7%
Yellow0.0%
Key (black)75.3%
Color previews
#032b3f text on a black background
contrast 1.42:1
Card sample
#032b3f text on a white background
contrast 14.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032b3f;
Background color
Panel with #032b3f background
background-color: #032b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 43, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 43, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032b3f; background: linear-gradient(135deg, #032b3f, #03033F);