#002321
a deep, electric cyan · cool · closest name: black
RGB
0, 35, 33
HSL
177°, 100%, 7%
CMYK
100, 0, 6, 86
Luminance
0.0131
Every format
| HEX | #002321 |
| RGB | rgb(0, 35, 33) |
| HSL | hsl(177, 100%, 7%) |
| CMYK | cmyk(100%, 0%, 6%, 86%) |
| LAB | lab(11.4 -13.1 -2.3) |
| LCH | lch(11.4 13.3 189.9) |
| OKLCH | oklch(0.231 0.040 189.2) |
Copy-ready code
/* CSS */
color: #002321;
background-color: #002321;
/* Tailwind (arbitrary) */
class="text-[#002321] bg-[#002321]"
/* SCSS */
$brand: #002321;
/* SwiftUI */
Color(red: 0.000, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#002321")Accessibility — WCAG contrast
Aa
#002321 on white: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002321 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green13.7%
Blue12.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow5.7%
Key (black)86.3%
Color previews
#002321 text on a black background
contrast 1.26:1
Card sample
#002321 text on a white background
contrast 16.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002321;
Background color
Panel with #002321 background
background-color: #002321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002321; background: linear-gradient(135deg, #002321, #000E23);