#140022
a deep, electric violet · warm · closest name: black
RGB
20, 0, 34
HSL
275°, 100%, 7%
CMYK
41, 100, 0, 87
Luminance
0.0026
Every format
| HEX | #140022 |
| RGB | rgb(20, 0, 34) |
| HSL | hsl(275, 100%, 7%) |
| CMYK | cmyk(41%, 100%, 0%, 87%) |
| LAB | lab(2.4 13.4 -16.6) |
| LCH | lch(2.4 21.3 308.8) |
| OKLCH | oklch(0.149 0.076 308.9) |
Copy-ready code
/* CSS */
color: #140022;
background-color: #140022;
/* Tailwind (arbitrary) */
class="text-[#140022] bg-[#140022]"
/* SCSS */
$brand: #140022;
/* SwiftUI */
Color(red: 0.078, green: 0.000, blue: 0.133)
/* Android */
Color.parseColor("#140022")Accessibility — WCAG contrast
Aa
#140022 on white: 19.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140022 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green0.0%
Blue13.3%
CMYK percentages
Cyan41.2%
Magenta100.0%
Yellow0.0%
Key (black)86.7%
Color previews
#140022 text on a black background
contrast 1.05:1
Card sample
#140022 text on a white background
contrast 19.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140022;
Background color
Panel with #140022 background
background-color: #140022;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140022;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 0, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 0, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140022; background: linear-gradient(135deg, #140022, #220019);