#1a0014
a deep, electric magenta / pink · warm · closest name: black
RGB
26, 0, 20
HSL
314°, 100%, 5%
CMYK
0, 100, 23, 90
Luminance
0.0027
Every format
| HEX | #1a0014 |
| RGB | rgb(26, 0, 20) |
| HSL | hsl(314, 100%, 5%) |
| CMYK | cmyk(0%, 100%, 23%, 90%) |
| LAB | lab(2.4 12.1 -5.6) |
| LCH | lch(2.4 13.3 335.2) |
| OKLCH | oklch(0.148 0.065 337.7) |
Copy-ready code
/* CSS */
color: #1a0014;
background-color: #1a0014;
/* Tailwind (arbitrary) */
class="text-[#1a0014] bg-[#1a0014]"
/* SCSS */
$brand: #1a0014;
/* SwiftUI */
Color(red: 0.102, green: 0.000, blue: 0.078)
/* Android */
Color.parseColor("#1a0014")Accessibility — WCAG contrast
Aa
#1a0014 on white: 19.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a0014 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green0.0%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow23.1%
Key (black)89.8%
Color previews
#1a0014 text on a black background
contrast 1.05:1
Card sample
#1a0014 text on a white background
contrast 19.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a0014;
Background color
Panel with #1a0014 background
background-color: #1a0014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a0014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 0, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 0, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a0014; background: linear-gradient(135deg, #1a0014, #1A0003);