#1c040b
a deep, electric magenta / pink · warm · closest name: black
RGB
28, 4, 11
HSL
343°, 75%, 6%
CMYK
0, 86, 61, 89
Luminance
0.0036
Every format
| HEX | #1c040b |
| RGB | rgb(28, 4, 11) |
| HSL | hsl(343, 75%, 6%) |
| CMYK | cmyk(0%, 86%, 61%, 89%) |
| LAB | lab(3.2 9.9 0.5) |
| LCH | lch(3.2 9.9 2.9) |
| OKLCH | oklch(0.159 0.046 3.2) |
Copy-ready code
/* CSS */
color: #1c040b;
background-color: #1c040b;
/* Tailwind (arbitrary) */
class="text-[#1c040b] bg-[#1c040b]"
/* SCSS */
$brand: #1c040b;
/* SwiftUI */
Color(red: 0.110, green: 0.016, blue: 0.043)
/* Android */
Color.parseColor("#1c040b")Accessibility — WCAG contrast
Aa
#1c040b on white: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c040b on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green1.6%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow60.7%
Key (black)89.0%
Color previews
#1c040b text on a black background
contrast 1.07:1
Card sample
#1c040b text on a white background
contrast 19.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c040b;
Background color
Panel with #1c040b background
background-color: #1c040b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c040b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 4, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 4, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c040b; background: linear-gradient(135deg, #1c040b, #1C0D04);