#1f1418
a deep, soft magenta / pink · warm · closest name: black
RGB
31, 20, 24
HSL
338°, 22%, 10%
CMYK
0, 36, 23, 88
Luminance
0.0086
Every format
| HEX | #1f1418 |
| RGB | rgb(31, 20, 24) |
| HSL | hsl(338, 22%, 10%) |
| CMYK | cmyk(0%, 36%, 23%, 88%) |
| LAB | lab(7.8 6.5 -0.6) |
| LCH | lch(7.8 6.5 354.4) |
| OKLCH | oklch(0.207 0.019 355.3) |
Copy-ready code
/* CSS */
color: #1f1418;
background-color: #1f1418;
/* Tailwind (arbitrary) */
class="text-[#1f1418] bg-[#1f1418]"
/* SCSS */
$brand: #1f1418;
/* SwiftUI */
Color(red: 0.122, green: 0.078, blue: 0.094)
/* Android */
Color.parseColor("#1f1418")Accessibility — WCAG contrast
Aa
#1f1418 on white: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f1418 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green7.8%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow22.6%
Key (black)87.8%
Color previews
#1f1418 text on a black background
contrast 1.17:1
Card sample
#1f1418 text on a white background
contrast 17.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f1418;
Background color
Panel with #1f1418 background
background-color: #1f1418;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f1418;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 20, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 20, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f1418; background: linear-gradient(135deg, #1f1418, #1F1714);