#140218
a deep, electric violet · warm · closest name: black
RGB
20, 2, 24
HSL
289°, 85%, 5%
CMYK
17, 92, 0, 91
Luminance
0.0026
Every format
| HEX | #140218 |
| RGB | rgb(20, 2, 24) |
| HSL | hsl(289, 85%, 5%) |
| CMYK | cmyk(17%, 92%, 0%, 91%) |
| LAB | lab(2.3 9.4 -8.7) |
| LCH | lch(2.3 12.8 317.3) |
| OKLCH | oklch(0.145 0.057 320.9) |
Copy-ready code
/* CSS */
color: #140218;
background-color: #140218;
/* Tailwind (arbitrary) */
class="text-[#140218] bg-[#140218]"
/* SCSS */
$brand: #140218;
/* SwiftUI */
Color(red: 0.078, green: 0.008, blue: 0.094)
/* Android */
Color.parseColor("#140218")Accessibility — WCAG contrast
Aa
#140218 on white: 19.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140218 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green0.8%
Blue9.4%
CMYK percentages
Cyan16.7%
Magenta91.7%
Yellow0.0%
Key (black)90.6%
Color previews
#140218 text on a black background
contrast 1.05:1
Card sample
#140218 text on a white background
contrast 19.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140218;
Background color
Panel with #140218 background
background-color: #140218;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140218;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 2, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 2, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140218; background: linear-gradient(135deg, #140218, #18020D);