#032c3c
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 44, 60
HSL
197°, 91%, 12%
CMYK
95, 27, 0, 77
Luminance
0.0215
Every format
| HEX | #032c3c |
| RGB | rgb(3, 44, 60) |
| HSL | hsl(197, 91%, 12%) |
| CMYK | cmyk(95%, 27%, 0%, 77%) |
| LAB | lab(16.2 -6.8 -14.1) |
| LCH | lch(16.2 15.6 244.0) |
| OKLCH | oklch(0.275 0.052 229.7) |
Copy-ready code
/* CSS */
color: #032c3c;
background-color: #032c3c;
/* Tailwind (arbitrary) */
class="text-[#032c3c] bg-[#032c3c]"
/* SCSS */
$brand: #032c3c;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.235)
/* Android */
Color.parseColor("#032c3c")Accessibility — WCAG contrast
Aa
#032c3c on white: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032c3c on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue23.5%
CMYK percentages
Cyan95.0%
Magenta26.7%
Yellow0.0%
Key (black)76.5%
Color previews
#032c3c text on a black background
contrast 1.43:1
Card sample
#032c3c text on a white background
contrast 14.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032c3c;
Background color
Panel with #032c3c background
background-color: #032c3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032c3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032c3c; background: linear-gradient(135deg, #032c3c, #03063C);