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