#032c3f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 44, 63
HSL
199°, 91%, 13%
CMYK
95, 30, 0, 75
Luminance
0.0218
Every format
| HEX | #032c3f |
| RGB | rgb(3, 44, 63) |
| HSL | hsl(199, 91%, 13%) |
| CMYK | cmyk(95%, 30%, 0%, 75%) |
| LAB | lab(16.4 -5.5 -15.9) |
| LCH | lch(16.4 16.8 250.8) |
| OKLCH | oklch(0.277 0.055 234.3) |
Copy-ready code
/* CSS */
color: #032c3f;
background-color: #032c3f;
/* Tailwind (arbitrary) */
class="text-[#032c3f] bg-[#032c3f]"
/* SCSS */
$brand: #032c3f;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.247)
/* Android */
Color.parseColor("#032c3f")Accessibility — WCAG contrast
Aa
#032c3f on white: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032c3f on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue24.7%
CMYK percentages
Cyan95.2%
Magenta30.2%
Yellow0.0%
Key (black)75.3%
Color previews
#032c3f text on a black background
contrast 1.44:1
Card sample
#032c3f text on a white background
contrast 14.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032c3f;
Background color
Panel with #032c3f background
background-color: #032c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032c3f; background: linear-gradient(135deg, #032c3f, #03043F);