#2e062f
a deep, electric magenta / pink · warm · closest name: black
RGB
46, 6, 47
HSL
299°, 77%, 10%
CMYK
2, 87, 0, 82
Luminance
0.0092
Every format
| HEX | #2e062f |
| RGB | rgb(46, 6, 47) |
| HSL | hsl(299, 77%, 10%) |
| CMYK | cmyk(2%, 87%, 0%, 82%) |
| LAB | lab(8.3 26.3 -17.0) |
| LCH | lch(8.3 31.3 327.1) |
| OKLCH | oklch(0.221 0.087 327.0) |
Copy-ready code
/* CSS */
color: #2e062f;
background-color: #2e062f;
/* Tailwind (arbitrary) */
class="text-[#2e062f] bg-[#2e062f]"
/* SCSS */
$brand: #2e062f;
/* SwiftUI */
Color(red: 0.180, green: 0.024, blue: 0.184)
/* Android */
Color.parseColor("#2e062f")Accessibility — WCAG contrast
Aa
#2e062f on white: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e062f on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green2.4%
Blue18.4%
CMYK percentages
Cyan2.1%
Magenta87.2%
Yellow0.0%
Key (black)81.6%
Color previews
#2e062f text on a black background
contrast 1.18:1
Card sample
#2e062f text on a white background
contrast 17.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e062f;
Background color
Panel with #2e062f background
background-color: #2e062f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e062f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 6, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 6, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e062f; background: linear-gradient(135deg, #2e062f, #2F0615);