#032b28
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 43, 40
HSL
176°, 87%, 9%
CMYK
93, 0, 7, 83
Luminance
0.0190
Every format
| HEX | #032b28 |
| RGB | rgb(3, 43, 40) |
| HSL | hsl(176, 87%, 9%) |
| CMYK | cmyk(93%, 0%, 7%, 83%) |
| LAB | lab(14.9 -14.3 -2.0) |
| LCH | lch(14.9 14.5 187.8) |
| OKLCH | oklch(0.262 0.043 187.4) |
Copy-ready code
/* CSS */
color: #032b28;
background-color: #032b28;
/* Tailwind (arbitrary) */
class="text-[#032b28] bg-[#032b28]"
/* SCSS */
$brand: #032b28;
/* SwiftUI */
Color(red: 0.012, green: 0.169, blue: 0.157)
/* Android */
Color.parseColor("#032b28")Accessibility — WCAG contrast
Aa
#032b28 on white: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032b28 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.9%
Blue15.7%
CMYK percentages
Cyan93.0%
Magenta0.0%
Yellow7.0%
Key (black)83.1%
Color previews
#032b28 text on a black background
contrast 1.38:1
Card sample
#032b28 text on a white background
contrast 15.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032b28;
Background color
Panel with #032b28 background
background-color: #032b28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032b28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 43, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 43, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032b28; background: linear-gradient(135deg, #032b28, #03132B);