#00141a
a deep, electric cyan · cool · closest name: black
RGB
0, 20, 26
HSL
194°, 100%, 5%
CMYK
100, 23, 0, 90
Luminance
0.0057
Every format
| HEX | #00141a |
| RGB | rgb(0, 20, 26) |
| HSL | hsl(194, 100%, 5%) |
| CMYK | cmyk(100%, 23%, 0%, 90%) |
| LAB | lab(5.2 -4.5 -6.2) |
| LCH | lch(5.2 7.7 234.2) |
| OKLCH | oklch(0.176 0.032 217.9) |
Copy-ready code
/* CSS */
color: #00141a;
background-color: #00141a;
/* Tailwind (arbitrary) */
class="text-[#00141a] bg-[#00141a]"
/* SCSS */
$brand: #00141a;
/* SwiftUI */
Color(red: 0.000, green: 0.078, blue: 0.102)
/* Android */
Color.parseColor("#00141a")Accessibility — WCAG contrast
Aa
#00141a on white: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00141a on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green7.8%
Blue10.2%
CMYK percentages
Cyan100.0%
Magenta23.1%
Yellow0.0%
Key (black)89.8%
Color previews
#00141a text on a black background
contrast 1.11:1
Card sample
#00141a text on a white background
contrast 18.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00141a;
Background color
Panel with #00141a background
background-color: #00141a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00141a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 20, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 20, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00141a; background: linear-gradient(135deg, #00141a, #00031A);