#003329
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 51, 41
HSL
168°, 100%, 10%
CMYK
100, 0, 20, 80
Luminance
0.0253
Every format
| HEX | #003329 |
| RGB | rgb(0, 51, 41) |
| HSL | hsl(168, 100%, 10%) |
| CMYK | cmyk(100%, 0%, 20%, 80%) |
| LAB | lab(18.0 -19.0 1.8) |
| LCH | lch(18.0 19.1 174.5) |
| OKLCH | oklch(0.287 0.054 175.1) |
Copy-ready code
/* CSS */
color: #003329;
background-color: #003329;
/* Tailwind (arbitrary) */
class="text-[#003329] bg-[#003329]"
/* SCSS */
$brand: #003329;
/* SwiftUI */
Color(red: 0.000, green: 0.200, blue: 0.161)
/* Android */
Color.parseColor("#003329")Accessibility — WCAG contrast
Aa
#003329 on white: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003329 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green20.0%
Blue16.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow19.6%
Key (black)80.0%
Color previews
#003329 text on a black background
contrast 1.51:1
Card sample
#003329 text on a white background
contrast 13.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003329;
Background color
Panel with #003329 background
background-color: #003329;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003329;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 51, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 51, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003329; background: linear-gradient(135deg, #003329, #001B33);