#032c22
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 44, 34
HSL
165°, 87%, 9%
CMYK
93, 0, 23, 83
Luminance
0.0194
Every format
| HEX | #032c22 |
| RGB | rgb(3, 44, 34) |
| HSL | hsl(165, 87%, 9%) |
| CMYK | cmyk(93%, 0%, 23%, 83%) |
| LAB | lab(15.2 -17.0 2.5) |
| LCH | lch(15.2 17.2 171.5) |
| OKLCH | oklch(0.263 0.048 172.3) |
Copy-ready code
/* CSS */
color: #032c22;
background-color: #032c22;
/* Tailwind (arbitrary) */
class="text-[#032c22] bg-[#032c22]"
/* SCSS */
$brand: #032c22;
/* SwiftUI */
Color(red: 0.012, green: 0.173, blue: 0.133)
/* Android */
Color.parseColor("#032c22")Accessibility — WCAG contrast
Aa
#032c22 on white: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032c22 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green17.3%
Blue13.3%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow22.7%
Key (black)82.7%
Color previews
#032c22 text on a black background
contrast 1.39:1
Card sample
#032c22 text on a white background
contrast 15.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032c22;
Background color
Panel with #032c22 background
background-color: #032c22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032c22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 44, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 44, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032c22; background: linear-gradient(135deg, #032c22, #031B2C);