#2f112b
a deep, vivid magenta / pink · warm · closest name: black
RGB
47, 17, 43
HSL
308°, 47%, 13%
CMYK
0, 64, 9, 82
Luminance
0.0118
Every format
| HEX | #2f112b |
| RGB | rgb(47, 17, 43) |
| HSL | hsl(308, 47%, 13%) |
| CMYK | cmyk(0%, 64%, 9%, 82%) |
| LAB | lab(10.4 19.7 -10.7) |
| LCH | lch(10.4 22.4 331.5) |
| OKLCH | oklch(0.236 0.063 332.7) |
Copy-ready code
/* CSS */
color: #2f112b;
background-color: #2f112b;
/* Tailwind (arbitrary) */
class="text-[#2f112b] bg-[#2f112b]"
/* SCSS */
$brand: #2f112b;
/* SwiftUI */
Color(red: 0.184, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#2f112b")Accessibility — WCAG contrast
Aa
#2f112b on white: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f112b on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta63.8%
Yellow8.5%
Key (black)81.6%
Color previews
#2f112b text on a black background
contrast 1.24:1
Card sample
#2f112b text on a white background
contrast 16.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f112b;
Background color
Panel with #2f112b background
background-color: #2f112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f112b; background: linear-gradient(135deg, #2f112b, #2F1117);