#140316
a deep, electric magenta / pink · warm · closest name: black
RGB
20, 3, 22
HSL
294°, 76%, 5%
CMYK
9, 86, 0, 91
Luminance
0.0027
Every format
| HEX | #140316 |
| RGB | rgb(20, 3, 22) |
| HSL | hsl(294, 76%, 5%) |
| CMYK | cmyk(9%, 86%, 0%, 91%) |
| LAB | lab(2.5 8.5 -7.0) |
| LCH | lch(2.5 11.0 320.4) |
| OKLCH | oklch(0.146 0.051 323.9) |
Copy-ready code
/* CSS */
color: #140316;
background-color: #140316;
/* Tailwind (arbitrary) */
class="text-[#140316] bg-[#140316]"
/* SCSS */
$brand: #140316;
/* SwiftUI */
Color(red: 0.078, green: 0.012, blue: 0.086)
/* Android */
Color.parseColor("#140316")Accessibility — WCAG contrast
Aa
#140316 on white: 19.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140316 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green1.2%
Blue8.6%
CMYK percentages
Cyan9.1%
Magenta86.4%
Yellow0.0%
Key (black)91.4%
Color previews
#140316 text on a black background
contrast 1.05:1
Card sample
#140316 text on a white background
contrast 19.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140316;
Background color
Panel with #140316 background
background-color: #140316;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140316;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 3, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 3, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140316; background: linear-gradient(135deg, #140316, #16030B);