#14101a
a deep, soft violet · warm · closest name: black
RGB
20, 16, 26
HSL
264°, 24%, 8%
CMYK
23, 39, 0, 90
Luminance
0.0059
Every format
| HEX | #14101a |
| RGB | rgb(20, 16, 26) |
| HSL | hsl(264, 24%, 8%) |
| CMYK | cmyk(23%, 39%, 0%, 90%) |
| LAB | lab(5.4 3.9 -5.8) |
| LCH | lch(5.4 7.0 303.9) |
| OKLCH | oklch(0.183 0.021 302.7) |
Copy-ready code
/* CSS */
color: #14101a;
background-color: #14101a;
/* Tailwind (arbitrary) */
class="text-[#14101a] bg-[#14101a]"
/* SCSS */
$brand: #14101a;
/* SwiftUI */
Color(red: 0.078, green: 0.063, blue: 0.102)
/* Android */
Color.parseColor("#14101a")Accessibility — WCAG contrast
Aa
#14101a on white: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14101a on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green6.3%
Blue10.2%
CMYK percentages
Cyan23.1%
Magenta38.5%
Yellow0.0%
Key (black)89.8%
Color previews
#14101a text on a black background
contrast 1.12:1
Card sample
#14101a text on a white background
contrast 18.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14101a;
Background color
Panel with #14101a background
background-color: #14101a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14101a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 16, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 16, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14101a; background: linear-gradient(135deg, #14101a, #1A1019);