#2f162c
a deep, soft magenta / pink · warm · closest name: black
RGB
47, 22, 44
HSL
307°, 36%, 14%
CMYK
0, 53, 6, 82
Luminance
0.0136
Every format
| HEX | #2f162c |
| RGB | rgb(47, 22, 44) |
| HSL | hsl(307, 36%, 14%) |
| CMYK | cmyk(0%, 53%, 6%, 82%) |
| LAB | lab(11.7 16.7 -9.4) |
| LCH | lch(11.7 19.2 330.5) |
| OKLCH | oklch(0.245 0.054 331.6) |
Copy-ready code
/* CSS */
color: #2f162c;
background-color: #2f162c;
/* Tailwind (arbitrary) */
class="text-[#2f162c] bg-[#2f162c]"
/* SCSS */
$brand: #2f162c;
/* SwiftUI */
Color(red: 0.184, green: 0.086, blue: 0.173)
/* Android */
Color.parseColor("#2f162c")Accessibility — WCAG contrast
Aa
#2f162c on white: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f162c on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green8.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta53.2%
Yellow6.4%
Key (black)81.6%
Color previews
#2f162c text on a black background
contrast 1.27:1
Card sample
#2f162c text on a white background
contrast 16.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f162c;
Background color
Panel with #2f162c background
background-color: #2f162c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f162c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 22, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 22, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f162c; background: linear-gradient(135deg, #2f162c, #2F161B);