#140921
a deep, vivid violet · warm · closest name: black
RGB
20, 9, 33
HSL
268°, 57%, 8%
CMYK
39, 73, 0, 87
Luminance
0.0045
Every format
| HEX | #140921 |
| RGB | rgb(20, 9, 33) |
| HSL | hsl(268, 57%, 8%) |
| CMYK | cmyk(39%, 73%, 0%, 87%) |
| LAB | lab(4.1 9.4 -13.2) |
| LCH | lch(4.1 16.2 305.4) |
| OKLCH | oklch(0.171 0.049 302.7) |
Copy-ready code
/* CSS */
color: #140921;
background-color: #140921;
/* Tailwind (arbitrary) */
class="text-[#140921] bg-[#140921]"
/* SCSS */
$brand: #140921;
/* SwiftUI */
Color(red: 0.078, green: 0.035, blue: 0.129)
/* Android */
Color.parseColor("#140921")Accessibility — WCAG contrast
Aa
#140921 on white: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140921 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green3.5%
Blue12.9%
CMYK percentages
Cyan39.4%
Magenta72.7%
Yellow0.0%
Key (black)87.1%
Color previews
#140921 text on a black background
contrast 1.09:1
Card sample
#140921 text on a white background
contrast 19.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140921;
Background color
Panel with #140921 background
background-color: #140921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 9, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 9, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140921; background: linear-gradient(135deg, #140921, #21091E);