#033a2b
a deep, electric cyan · cool · closest name: darkslategray
RGB
3, 58, 43
HSL
164°, 90%, 12%
CMYK
95, 0, 26, 77
Luminance
0.0322
Every format
| HEX | #033a2b |
| RGB | rgb(3, 58, 43) |
| HSL | hsl(164, 90%, 12%) |
| CMYK | cmyk(95%, 0%, 26%, 77%) |
| LAB | lab(20.9 -21.3 4.6) |
| LCH | lch(20.9 21.8 167.9) |
| OKLCH | oklch(0.311 0.060 168.8) |
Copy-ready code
/* CSS */
color: #033a2b;
background-color: #033a2b;
/* Tailwind (arbitrary) */
class="text-[#033a2b] bg-[#033a2b]"
/* SCSS */
$brand: #033a2b;
/* SwiftUI */
Color(red: 0.012, green: 0.227, blue: 0.169)
/* Android */
Color.parseColor("#033a2b")Accessibility — WCAG contrast
Aa
#033a2b on white: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#033a2b on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green22.7%
Blue16.9%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow25.9%
Key (black)77.3%
Color previews
#033a2b text on a black background
contrast 1.64:1
Card sample
#033a2b text on a white background
contrast 12.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #033a2b;
Background color
Panel with #033a2b background
background-color: #033a2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #033a2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 58, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 58, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #033a2b; background: linear-gradient(135deg, #033a2b, #03243A);