#14101c
a deep, soft violet · warm · closest name: black
RGB
20, 16, 28
HSL
260°, 27%, 9%
CMYK
29, 43, 0, 89
Luminance
0.0060
Every format
| HEX | #14101c |
| RGB | rgb(20, 16, 28) |
| HSL | hsl(260, 27%, 9%) |
| CMYK | cmyk(29%, 43%, 0%, 89%) |
| LAB | lab(5.5 4.5 -7.3) |
| LCH | lch(5.5 8.6 301.8) |
| OKLCH | oklch(0.184 0.025 299.3) |
Copy-ready code
/* CSS */
color: #14101c;
background-color: #14101c;
/* Tailwind (arbitrary) */
class="text-[#14101c] bg-[#14101c]"
/* SCSS */
$brand: #14101c;
/* SwiftUI */
Color(red: 0.078, green: 0.063, blue: 0.110)
/* Android */
Color.parseColor("#14101c")Accessibility — WCAG contrast
Aa
#14101c on white: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14101c on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green6.3%
Blue11.0%
CMYK percentages
Cyan28.6%
Magenta42.9%
Yellow0.0%
Key (black)89.0%
Color previews
#14101c text on a black background
contrast 1.12:1
Card sample
#14101c text on a white background
contrast 18.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14101c;
Background color
Panel with #14101c background
background-color: #14101c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14101c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 16, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 16, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14101c; background: linear-gradient(135deg, #14101c, #1C101C);