#003324
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 51, 36
HSL
162°, 100%, 10%
CMYK
100, 0, 29, 80
Luminance
0.0250
Every format
| HEX | #003324 |
| RGB | rgb(0, 51, 36) |
| HSL | hsl(162, 100%, 10%) |
| CMYK | cmyk(100%, 0%, 29%, 80%) |
| LAB | lab(17.9 -20.6 5.0) |
| LCH | lch(17.9 21.2 166.2) |
| OKLCH | oklch(0.285 0.058 167.2) |
Copy-ready code
/* CSS */
color: #003324;
background-color: #003324;
/* Tailwind (arbitrary) */
class="text-[#003324] bg-[#003324]"
/* SCSS */
$brand: #003324;
/* SwiftUI */
Color(red: 0.000, green: 0.200, blue: 0.141)
/* Android */
Color.parseColor("#003324")Accessibility — WCAG contrast
Aa
#003324 on white: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#003324 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green20.0%
Blue14.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow29.4%
Key (black)80.0%
Color previews
#003324 text on a black background
contrast 1.50:1
Card sample
#003324 text on a white background
contrast 14.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #003324;
Background color
Panel with #003324 background
background-color: #003324;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #003324;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 51, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 51, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #003324; background: linear-gradient(135deg, #003324, #002033);