#032b2f
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 43, 47
HSL
186°, 88%, 10%
CMYK
94, 9, 0, 82
Luminance
0.0195
Every format
| HEX | #032b2f |
| RGB | rgb(3, 43, 47) |
| HSL | hsl(186, 88%, 10%) |
| CMYK | cmyk(94%, 9%, 0%, 82%) |
| LAB | lab(15.2 -11.7 -6.5) |
| LCH | lch(15.2 13.3 209.1) |
| OKLCH | oklch(0.265 0.043 205.0) |
Copy-ready code
/* CSS */
color: #032b2f;
background-color: #032b2f;
/* Tailwind (arbitrary) */
class="text-[#032b2f] bg-[#032b2f]"
/* SCSS */
$brand: #032b2f;
/* SwiftUI */
Color(red: 0.012, green: 0.169, blue: 0.184)
/* Android */
Color.parseColor("#032b2f")Accessibility — WCAG contrast
Aa
#032b2f on white: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032b2f on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.9%
Blue18.4%
CMYK percentages
Cyan93.6%
Magenta8.5%
Yellow0.0%
Key (black)81.6%
Color previews
#032b2f text on a black background
contrast 1.39:1
Card sample
#032b2f text on a white background
contrast 15.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032b2f;
Background color
Panel with #032b2f background
background-color: #032b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 43, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 43, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032b2f; background: linear-gradient(135deg, #032b2f, #030E2F);