#14121b
a deep, soft blue · warm · closest name: black
RGB
20, 18, 27
HSL
253°, 20%, 9%
CMYK
26, 33, 0, 89
Luminance
0.0066
Every format
| HEX | #14121b |
| RGB | rgb(20, 18, 27) |
| HSL | hsl(253, 20%, 9%) |
| CMYK | cmyk(26%, 33%, 0%, 89%) |
| LAB | lab(6.0 3.1 -5.7) |
| LCH | lch(6.0 6.5 298.2) |
| OKLCH | oklch(0.189 0.018 294.8) |
Copy-ready code
/* CSS */
color: #14121b;
background-color: #14121b;
/* Tailwind (arbitrary) */
class="text-[#14121b] bg-[#14121b]"
/* SCSS */
$brand: #14121b;
/* SwiftUI */
Color(red: 0.078, green: 0.071, blue: 0.106)
/* Android */
Color.parseColor("#14121b")Accessibility — WCAG contrast
Aa
#14121b on white: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14121b on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green7.1%
Blue10.6%
CMYK percentages
Cyan25.9%
Magenta33.3%
Yellow0.0%
Key (black)89.4%
Color previews
#14121b text on a black background
contrast 1.13:1
Card sample
#14121b text on a white background
contrast 18.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14121b;
Background color
Panel with #14121b background
background-color: #14121b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14121b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 18, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 18, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14121b; background: linear-gradient(135deg, #14121b, #1A121B);