#14004b
a deep, electric violet · warm · closest name: midnightblue
RGB
20, 0, 75
HSL
256°, 100%, 15%
CMYK
73, 100, 0, 71
Luminance
0.0066
Every format
| HEX | #14004b |
| RGB | rgb(20, 0, 75) |
| HSL | hsl(256, 100%, 15%) |
| CMYK | cmyk(73%, 100%, 0%, 71%) |
| LAB | lab(5.9 32.5 -41.1) |
| LCH | lch(5.9 52.4 308.3) |
| OKLCH | oklch(0.203 0.122 281.1) |
Copy-ready code
/* CSS */
color: #14004b;
background-color: #14004b;
/* Tailwind (arbitrary) */
class="text-[#14004b] bg-[#14004b]"
/* SCSS */
$brand: #14004b;
/* SwiftUI */
Color(red: 0.078, green: 0.000, blue: 0.294)
/* Android */
Color.parseColor("#14004b")Accessibility — WCAG contrast
Aa
#14004b on white: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#14004b on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green0.0%
Blue29.4%
CMYK percentages
Cyan73.3%
Magenta100.0%
Yellow0.0%
Key (black)70.6%
Color previews
#14004b text on a black background
contrast 1.13:1
Card sample
#14004b text on a white background
contrast 18.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14004b;
Background color
Panel with #14004b background
background-color: #14004b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14004b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 0, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 0, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14004b; background: linear-gradient(135deg, #14004b, #46004B);