#032c2b
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 44, 43
HSL
179°, 87%, 9%
CMYK
93, 0, 2, 83
Luminance
0.0200
Every format
| HEX | #032c2b |
| RGB | rgb(3, 44, 43) |
| HSL | hsl(179, 87%, 9%) |
| CMYK | cmyk(93%, 0%, 2%, 83%) |
| LAB | lab(15.5 -13.8 -3.3) |
| LCH | lch(15.5 14.2 193.6) |
| OKLCH | oklch(0.266 0.043 192.4) |
Copy-ready code
/* CSS */
color: #032c2b;
background-color: #032c2b;
/* Tailwind (arbitrary) */
class="text-[#032c2b] bg-[#032c2b]"
/* SCSS */
$brand: #032c2b;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.169)
/* Android */
Color.parseColor("#032c2b")Accessibility — WCAG contrast
Aa
#032c2b on white: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032c2b on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue16.9%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow2.3%
Key (black)82.7%
Color previews
#032c2b text on a black background
contrast 1.40:1
Card sample
#032c2b text on a white background
contrast 15.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032c2b;
Background color
Panel with #032c2b background
background-color: #032c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032c2b; background: linear-gradient(135deg, #032c2b, #03122C);