#032c3a
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 44, 58
HSL
195°, 90%, 12%
CMYK
95, 24, 0, 77
Luminance
0.0213
Every format
| HEX | #032c3a |
| RGB | rgb(3, 44, 58) |
| HSL | hsl(195, 90%, 12%) |
| CMYK | cmyk(95%, 24%, 0%, 77%) |
| LAB | lab(16.1 -7.7 -12.8) |
| LCH | lch(16.1 15.0 239.0) |
| OKLCH | oklch(0.274 0.050 226.3) |
Copy-ready code
/* CSS */
color: #032c3a;
background-color: #032c3a;
/* Tailwind (arbitrary) */
class="text-[#032c3a] bg-[#032c3a]"
/* SCSS */
$brand: #032c3a;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.227)
/* Android */
Color.parseColor("#032c3a")Accessibility — WCAG contrast
Aa
#032c3a on white: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032c3a on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue22.7%
CMYK percentages
Cyan94.8%
Magenta24.1%
Yellow0.0%
Key (black)77.3%
Color previews
#032c3a text on a black background
contrast 1.43:1
Card sample
#032c3a text on a white background
contrast 14.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032c3a;
Background color
Panel with #032c3a background
background-color: #032c3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032c3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032c3a; background: linear-gradient(135deg, #032c3a, #03073A);