#032e2f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 46, 47
HSL
181°, 88%, 10%
CMYK
94, 2, 0, 82
Luminance
0.0218
Every format
| HEX | #032e2f |
| RGB | rgb(3, 46, 47) |
| HSL | hsl(181, 88%, 10%) |
| CMYK | cmyk(94%, 2%, 0%, 82%) |
| LAB | lab(16.4 -13.5 -4.7) |
| LCH | lch(16.4 14.3 199.4) |
| OKLCH | oklch(0.274 0.044 197.3) |
Copy-ready code
/* CSS */
color: #032e2f;
background-color: #032e2f;
/* Tailwind (arbitrary) */
class="text-[#032e2f] bg-[#032e2f]"
/* SCSS */
$brand: #032e2f;
/* SwiftUI */
Color(red: 0.012, green: 0.180, blue: 0.184)
/* Android */
Color.parseColor("#032e2f")Accessibility — WCAG contrast
Aa
#032e2f on white: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032e2f on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green18.0%
Blue18.4%
CMYK percentages
Cyan93.6%
Magenta2.1%
Yellow0.0%
Key (black)81.6%
Color previews
#032e2f text on a black background
contrast 1.44:1
Card sample
#032e2f text on a white background
contrast 14.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032e2f;
Background color
Panel with #032e2f background
background-color: #032e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 46, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 46, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032e2f; background: linear-gradient(135deg, #032e2f, #03112F);