#140722
a deep, vivid violet · warm · closest name: black
RGB
20, 7, 34
HSL
269°, 66%, 8%
CMYK
41, 79, 0, 87
Luminance
0.0042
Every format
| HEX | #140722 |
| RGB | rgb(20, 7, 34) |
| HSL | hsl(269, 66%, 8%) |
| CMYK | cmyk(41%, 79%, 0%, 87%) |
| LAB | lab(3.8 10.6 -14.5) |
| LCH | lch(3.8 17.9 306.0) |
| OKLCH | oklch(0.167 0.056 303.4) |
Copy-ready code
/* CSS */
color: #140722;
background-color: #140722;
/* Tailwind (arbitrary) */
class="text-[#140722] bg-[#140722]"
/* SCSS */
$brand: #140722;
/* SwiftUI */
Color(red: 0.078, green: 0.027, blue: 0.133)
/* Android */
Color.parseColor("#140722")Accessibility — WCAG contrast
Aa
#140722 on white: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140722 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green2.7%
Blue13.3%
CMYK percentages
Cyan41.2%
Magenta79.4%
Yellow0.0%
Key (black)86.7%
Color previews
#140722 text on a black background
contrast 1.08:1
Card sample
#140722 text on a white background
contrast 19.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140722;
Background color
Panel with #140722 background
background-color: #140722;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140722;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 7, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 7, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140722; background: linear-gradient(135deg, #140722, #22071E);