#001921
a deep, electric cyan · cool · closest name: black
RGB
0, 25, 33
HSL
195°, 100%, 7%
CMYK
100, 24, 0, 87
Luminance
0.0081
Every format
| HEX | #001921 |
| RGB | rgb(0, 25, 33) |
| HSL | hsl(195, 100%, 7%) |
| CMYK | cmyk(100%, 24%, 0%, 87%) |
| LAB | lab(7.3 -5.9 -8.5) |
| LCH | lch(7.3 10.3 235.3) |
| OKLCH | oklch(0.198 0.036 221.2) |
Copy-ready code
/* CSS */
color: #001921;
background-color: #001921;
/* Tailwind (arbitrary) */
class="text-[#001921] bg-[#001921]"
/* SCSS */
$brand: #001921;
/* SwiftUI */
Color(red: 0.000, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#001921")Accessibility — WCAG contrast
Aa
#001921 on white: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001921 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green9.8%
Blue12.9%
CMYK percentages
Cyan100.0%
Magenta24.2%
Yellow0.0%
Key (black)87.1%
Color previews
#001921 text on a black background
contrast 1.16:1
Card sample
#001921 text on a white background
contrast 18.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001921;
Background color
Panel with #001921 background
background-color: #001921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001921; background: linear-gradient(135deg, #001921, #000321);