#2c040f
a deep, electric magenta / pink · warm · closest name: black
RGB
44, 4, 15
HSL
344°, 83%, 9%
CMYK
0, 91, 66, 83
Luminance
0.0066
Every format
| HEX | #2c040f |
| RGB | rgb(44, 4, 15) |
| HSL | hsl(344, 83%, 9%) |
| CMYK | cmyk(0%, 91%, 66%, 83%) |
| LAB | lab(5.9 20.9 2.8) |
| LCH | lch(5.9 21.0 7.7) |
| OKLCH | oklch(0.196 0.067 8.4) |
Copy-ready code
/* CSS */
color: #2c040f;
background-color: #2c040f;
/* Tailwind (arbitrary) */
class="text-[#2c040f] bg-[#2c040f]"
/* SCSS */
$brand: #2c040f;
/* SwiftUI */
Color(red: 0.173, green: 0.016, blue: 0.059)
/* Android */
Color.parseColor("#2c040f")Accessibility — WCAG contrast
Aa
#2c040f on white: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c040f on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green1.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow65.9%
Key (black)82.7%
Color previews
#2c040f text on a black background
contrast 1.13:1
Card sample
#2c040f text on a white background
contrast 18.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c040f;
Background color
Panel with #2c040f background
background-color: #2c040f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c040f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 4, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 4, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c040f; background: linear-gradient(135deg, #2c040f, #2C1404);