#032f1f
a deep, electric green · cool · closest name: darkslategray
RGB
3, 47, 31
HSL
158°, 88%, 10%
CMYK
94, 0, 34, 82
Luminance
0.0215
Every format
| HEX | #032f1f |
| RGB | rgb(3, 47, 31) |
| HSL | hsl(158, 88%, 10%) |
| CMYK | cmyk(94%, 0%, 34%, 82%) |
| LAB | lab(16.3 -19.4 6.2) |
| LCH | lch(16.3 20.4 162.3) |
| OKLCH | oklch(0.271 0.056 163.5) |
Copy-ready code
/* CSS */
color: #032f1f;
background-color: #032f1f;
/* Tailwind (arbitrary) */
class="text-[#032f1f] bg-[#032f1f]"
/* SCSS */
$brand: #032f1f;
/* SwiftUI */
Color(red: 0.012, green: 0.184, blue: 0.122)
/* Android */
Color.parseColor("#032f1f")Accessibility — WCAG contrast
Aa
#032f1f on white: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032f1f on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.4%
Blue12.2%
CMYK percentages
Cyan93.6%
Magenta0.0%
Yellow34.0%
Key (black)81.6%
Color previews
#032f1f text on a black background
contrast 1.43:1
Card sample
#032f1f text on a white background
contrast 14.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032f1f;
Background color
Panel with #032f1f background
background-color: #032f1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032f1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 47, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 47, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032f1f; background: linear-gradient(135deg, #032f1f, #03222F);