#14101b
a deep, soft violet · warm · closest name: black
RGB
20, 16, 27
HSL
262°, 26%, 8%
CMYK
26, 41, 0, 89
Luminance
0.0060
Every format
| HEX | #14101b |
| RGB | rgb(20, 16, 27) |
| HSL | hsl(262, 26%, 8%) |
| CMYK | cmyk(26%, 41%, 0%, 89%) |
| LAB | lab(5.4 4.2 -6.5) |
| LCH | lch(5.4 7.8 302.7) |
| OKLCH | oklch(0.184 0.023 300.8) |
Copy-ready code
/* CSS */
color: #14101b;
background-color: #14101b;
/* Tailwind (arbitrary) */
class="text-[#14101b] bg-[#14101b]"
/* SCSS */
$brand: #14101b;
/* SwiftUI */
Color(red: 0.078, green: 0.063, blue: 0.106)
/* Android */
Color.parseColor("#14101b")Accessibility — WCAG contrast
Aa
#14101b on white: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14101b on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green6.3%
Blue10.6%
CMYK percentages
Cyan25.9%
Magenta40.7%
Yellow0.0%
Key (black)89.4%
Color previews
#14101b text on a black background
contrast 1.12:1
Card sample
#14101b text on a white background
contrast 18.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14101b;
Background color
Panel with #14101b background
background-color: #14101b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14101b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 16, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 16, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14101b; background: linear-gradient(135deg, #14101b, #1B101B);