#001a1b
a deep, electric cyan · cool · closest name: black
RGB
0, 26, 27
HSL
182°, 100%, 5%
CMYK
100, 4, 0, 89
Luminance
0.0082
Every format
| HEX | #001a1b |
| RGB | rgb(0, 26, 27) |
| HSL | hsl(182, 100%, 5%) |
| CMYK | cmyk(100%, 4%, 0%, 89%) |
| LAB | lab(7.4 -8.6 -3.7) |
| LCH | lch(7.4 9.4 203.5) |
| OKLCH | oklch(0.198 0.034 198.2) |
Copy-ready code
/* CSS */
color: #001a1b;
background-color: #001a1b;
/* Tailwind (arbitrary) */
class="text-[#001a1b] bg-[#001a1b]"
/* SCSS */
$brand: #001a1b;
/* SwiftUI */
Color(red: 0.000, green: 0.102, blue: 0.106)
/* Android */
Color.parseColor("#001a1b")Accessibility — WCAG contrast
Aa
#001a1b on white: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001a1b on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green10.2%
Blue10.6%
CMYK percentages
Cyan100.0%
Magenta3.7%
Yellow0.0%
Key (black)89.4%
Color previews
#001a1b text on a black background
contrast 1.16:1
Card sample
#001a1b text on a white background
contrast 18.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001a1b;
Background color
Panel with #001a1b background
background-color: #001a1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001a1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 26, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 26, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001a1b; background: linear-gradient(135deg, #001a1b, #00081B);