#2e032f
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
46, 3, 47
HSL
299°, 88%, 10%
CMYK
2, 94, 0, 82
Luminance
0.0085
Every format
| HEX | #2e032f |
| RGB | rgb(46, 3, 47) |
| HSL | hsl(299, 88%, 10%) |
| CMYK | cmyk(2%, 94%, 0%, 82%) |
| LAB | lab(7.7 27.9 -17.9) |
| LCH | lch(7.7 33.2 327.3) |
| OKLCH | oklch(0.216 0.092 327.2) |
Copy-ready code
/* CSS */
color: #2e032f;
background-color: #2e032f;
/* Tailwind (arbitrary) */
class="text-[#2e032f] bg-[#2e032f]"
/* SCSS */
$brand: #2e032f;
/* SwiftUI */
Color(red: 0.180, green: 0.012, blue: 0.184)
/* Android */
Color.parseColor("#2e032f")Accessibility — WCAG contrast
Aa
#2e032f on white: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e032f on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green1.2%
Blue18.4%
CMYK percentages
Cyan2.1%
Magenta93.6%
Yellow0.0%
Key (black)81.6%
Color previews
#2e032f text on a black background
contrast 1.17:1
Card sample
#2e032f text on a white background
contrast 17.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e032f;
Background color
Panel with #2e032f background
background-color: #2e032f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e032f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 3, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 3, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e032f; background: linear-gradient(135deg, #2e032f, #2F0313);