#140322
a deep, electric violet · warm · closest name: black
RGB
20, 3, 34
HSL
273°, 84%, 7%
CMYK
41, 91, 0, 87
Luminance
0.0033
Every format
| HEX | #140322 |
| RGB | rgb(20, 3, 34) |
| HSL | hsl(273, 84%, 7%) |
| CMYK | cmyk(41%, 91%, 0%, 87%) |
| LAB | lab(3.0 12.2 -15.7) |
| LCH | lch(3.0 19.9 307.7) |
| OKLCH | oklch(0.157 0.066 306.6) |
Copy-ready code
/* CSS */
color: #140322;
background-color: #140322;
/* Tailwind (arbitrary) */
class="text-[#140322] bg-[#140322]"
/* SCSS */
$brand: #140322;
/* SwiftUI */
Color(red: 0.078, green: 0.012, blue: 0.133)
/* Android */
Color.parseColor("#140322")Accessibility — WCAG contrast
Aa
#140322 on white: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140322 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green1.2%
Blue13.3%
CMYK percentages
Cyan41.2%
Magenta91.2%
Yellow0.0%
Key (black)86.7%
Color previews
#140322 text on a black background
contrast 1.07:1
Card sample
#140322 text on a white background
contrast 19.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140322;
Background color
Panel with #140322 background
background-color: #140322;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140322;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 3, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 3, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140322; background: linear-gradient(135deg, #140322, #22031C);