#101414
a deep, muted cyan · cool · closest name: black
RGB
16, 20, 20
HSL
180°, 11%, 7%
CMYK
20, 0, 0, 92
Luminance
0.0066
Every format
| HEX | #101414 |
| RGB | rgb(16, 20, 20) |
| HSL | hsl(180, 11%, 7%) |
| CMYK | cmyk(20%, 0%, 0%, 92%) |
| LAB | lab(6.0 -1.6 -0.6) |
| LCH | lch(6.0 1.6 199.4) |
| OKLCH | oklch(0.187 0.006 196.6) |
Copy-ready code
/* CSS */
color: #101414;
background-color: #101414;
/* Tailwind (arbitrary) */
class="text-[#101414] bg-[#101414]"
/* SCSS */
$brand: #101414;
/* SwiftUI */
Color(red: 0.063, green: 0.078, blue: 0.078)
/* Android */
Color.parseColor("#101414")Accessibility — WCAG contrast
Aa
#101414 on white: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#101414 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green7.8%
Blue7.8%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow0.0%
Key (black)92.2%
Color previews
#101414 text on a black background
contrast 1.13:1
Card sample
#101414 text on a white background
contrast 18.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #101414;
Background color
Panel with #101414 background
background-color: #101414;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #101414;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 20, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 20, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #101414; background: linear-gradient(135deg, #101414, #101114);