#011c21
a deep, electric cyan · cool · closest name: black
RGB
1, 28, 33
HSL
189°, 94%, 7%
CMYK
97, 15, 0, 87
Luminance
0.0095
Every format
| HEX | #011c21 |
| RGB | rgb(1, 28, 33) |
| HSL | hsl(189, 94%, 7%) |
| CMYK | cmyk(97%, 15%, 0%, 87%) |
| LAB | lab(8.5 -8.0 -6.5) |
| LCH | lch(8.5 10.3 219.0) |
| OKLCH | oklch(0.208 0.035 211.4) |
Copy-ready code
/* CSS */
color: #011c21;
background-color: #011c21;
/* Tailwind (arbitrary) */
class="text-[#011c21] bg-[#011c21]"
/* SCSS */
$brand: #011c21;
/* SwiftUI */
Color(red: 0.004, green: 0.110, blue: 0.129)
/* Android */
Color.parseColor("#011c21")Accessibility — WCAG contrast
Aa
#011c21 on white: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#011c21 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green11.0%
Blue12.9%
CMYK percentages
Cyan97.0%
Magenta15.2%
Yellow0.0%
Key (black)87.1%
Color previews
#011c21 text on a black background
contrast 1.19:1
Card sample
#011c21 text on a white background
contrast 17.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #011c21;
Background color
Panel with #011c21 background
background-color: #011c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #011c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 28, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 28, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #011c21; background: linear-gradient(135deg, #011c21, #010721);