#2f262c
a deep, muted magenta / pink · warm · closest name: black
RGB
47, 38, 44
HSL
320°, 11%, 17%
CMYK
0, 19, 6, 82
Luminance
0.0217
Every format
| HEX | #2f262c |
| RGB | rgb(47, 38, 44) |
| HSL | hsl(320, 11%, 17%) |
| CMYK | cmyk(0%, 19%, 6%, 82%) |
| LAB | lab(16.4 5.5 -2.4) |
| LCH | lch(16.4 6.0 336.8) |
| OKLCH | oklch(0.281 0.017 338.4) |
Copy-ready code
/* CSS */
color: #2f262c;
background-color: #2f262c;
/* Tailwind (arbitrary) */
class="text-[#2f262c] bg-[#2f262c]"
/* SCSS */
$brand: #2f262c;
/* SwiftUI */
Color(red: 0.184, green: 0.149, blue: 0.173)
/* Android */
Color.parseColor("#2f262c")Accessibility — WCAG contrast
Aa
#2f262c on white: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f262c on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green14.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow6.4%
Key (black)81.6%
Color previews
#2f262c text on a black background
contrast 1.43:1
Card sample
#2f262c text on a white background
contrast 14.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f262c;
Background color
Panel with #2f262c background
background-color: #2f262c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f262c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 38, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 38, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f262c; background: linear-gradient(135deg, #2f262c, #2F2626);