#14072c
a deep, vivid violet · warm · closest name: black
RGB
20, 7, 44
HSL
261°, 73%, 10%
CMYK
55, 84, 0, 83
Luminance
0.0048
Every format
| HEX | #14072c |
| RGB | rgb(20, 7, 44) |
| HSL | hsl(261, 73%, 10%) |
| CMYK | cmyk(55%, 84%, 0%, 83%) |
| LAB | lab(4.4 14.8 -21.2) |
| LCH | lch(4.4 25.9 304.8) |
| OKLCH | oklch(0.177 0.071 294.4) |
Copy-ready code
/* CSS */
color: #14072c;
background-color: #14072c;
/* Tailwind (arbitrary) */
class="text-[#14072c] bg-[#14072c]"
/* SCSS */
$brand: #14072c;
/* SwiftUI */
Color(red: 0.078, green: 0.027, blue: 0.173)
/* Android */
Color.parseColor("#14072c")Accessibility — WCAG contrast
Aa
#14072c on white: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14072c on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green2.7%
Blue17.3%
CMYK percentages
Cyan54.5%
Magenta84.1%
Yellow0.0%
Key (black)82.7%
Color previews
#14072c text on a black background
contrast 1.10:1
Card sample
#14072c text on a white background
contrast 19.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14072c;
Background color
Panel with #14072c background
background-color: #14072c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14072c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 7, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 7, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14072c; background: linear-gradient(135deg, #14072c, #2C072B);