#140817
a deep, vivid violet · warm · closest name: black
RGB
20, 8, 23
HSL
288°, 48%, 6%
CMYK
13, 65, 0, 91
Luminance
0.0038
Every format
| HEX | #140817 |
| RGB | rgb(20, 8, 23) |
| HSL | hsl(288, 48%, 6%) |
| CMYK | cmyk(13%, 65%, 0%, 91%) |
| LAB | lab(3.5 6.8 -6.3) |
| LCH | lch(3.5 9.2 317.1) |
| OKLCH | oklch(0.161 0.036 319.5) |
Copy-ready code
/* CSS */
color: #140817;
background-color: #140817;
/* Tailwind (arbitrary) */
class="text-[#140817] bg-[#140817]"
/* SCSS */
$brand: #140817;
/* SwiftUI */
Color(red: 0.078, green: 0.031, blue: 0.090)
/* Android */
Color.parseColor("#140817")Accessibility — WCAG contrast
Aa
#140817 on white: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140817 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green3.1%
Blue9.0%
CMYK percentages
Cyan13.0%
Magenta65.2%
Yellow0.0%
Key (black)91.0%
Color previews
#140817 text on a black background
contrast 1.08:1
Card sample
#140817 text on a white background
contrast 19.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140817;
Background color
Panel with #140817 background
background-color: #140817;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140817;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 8, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 8, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140817; background: linear-gradient(135deg, #140817, #170810);