#2f1925
a deep, soft magenta / pink · warm · closest name: black
RGB
47, 25, 37
HSL
327°, 31%, 14%
CMYK
0, 47, 21, 82
Luminance
0.0143
Every format
| HEX | #2f1925 |
| RGB | rgb(47, 25, 37) |
| HSL | hsl(327, 31%, 14%) |
| CMYK | cmyk(0%, 47%, 21%, 82%) |
| LAB | lab(12.2 13.1 -3.6) |
| LCH | lch(12.2 13.6 344.8) |
| OKLCH | oklch(0.248 0.040 346.5) |
Copy-ready code
/* CSS */
color: #2f1925;
background-color: #2f1925;
/* Tailwind (arbitrary) */
class="text-[#2f1925] bg-[#2f1925]"
/* SCSS */
$brand: #2f1925;
/* SwiftUI */
Color(red: 0.184, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#2f1925")Accessibility — WCAG contrast
Aa
#2f1925 on white: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f1925 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta46.8%
Yellow21.3%
Key (black)81.6%
Color previews
#2f1925 text on a black background
contrast 1.29:1
Card sample
#2f1925 text on a white background
contrast 16.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f1925;
Background color
Panel with #2f1925 background
background-color: #2f1925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f1925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f1925; background: linear-gradient(135deg, #2f1925, #2F1C19);