#14031b
a deep, electric violet · warm · closest name: black
RGB
20, 3, 27
HSL
283°, 80%, 6%
CMYK
26, 89, 0, 89
Luminance
0.0029
Every format
| HEX | #14031b |
| RGB | rgb(20, 3, 27) |
| HSL | hsl(283, 80%, 6%) |
| CMYK | cmyk(26%, 89%, 0%, 89%) |
| LAB | lab(2.6 9.8 -10.6) |
| LCH | lch(2.6 14.5 312.8) |
| OKLCH | oklch(0.150 0.057 315.7) |
Copy-ready code
/* CSS */
color: #14031b;
background-color: #14031b;
/* Tailwind (arbitrary) */
class="text-[#14031b] bg-[#14031b]"
/* SCSS */
$brand: #14031b;
/* SwiftUI */
Color(red: 0.078, green: 0.012, blue: 0.106)
/* Android */
Color.parseColor("#14031b")Accessibility — WCAG contrast
Aa
#14031b on white: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14031b on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green1.2%
Blue10.6%
CMYK percentages
Cyan25.9%
Magenta88.9%
Yellow0.0%
Key (black)89.4%
Color previews
#14031b text on a black background
contrast 1.06:1
Card sample
#14031b text on a white background
contrast 19.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14031b;
Background color
Panel with #14031b background
background-color: #14031b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14031b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 3, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 3, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14031b; background: linear-gradient(135deg, #14031b, #1B0312);