#1f1321
a deep, soft magenta / pink · warm · closest name: black
RGB
31, 19, 33
HSL
291°, 27%, 10%
CMYK
6, 42, 0, 87
Luminance
0.0087
Every format
| HEX | #1f1321 |
| RGB | rgb(31, 19, 33) |
| HSL | hsl(291, 27%, 10%) |
| CMYK | cmyk(6%, 42%, 0%, 87%) |
| LAB | lab(7.8 9.4 -7.4) |
| LCH | lch(7.8 12.0 322.0) |
| OKLCH | oklch(0.209 0.032 321.6) |
Copy-ready code
/* CSS */
color: #1f1321;
background-color: #1f1321;
/* Tailwind (arbitrary) */
class="text-[#1f1321] bg-[#1f1321]"
/* SCSS */
$brand: #1f1321;
/* SwiftUI */
Color(red: 0.122, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#1f1321")Accessibility — WCAG contrast
Aa
#1f1321 on white: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f1321 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green7.5%
Blue12.9%
CMYK percentages
Cyan6.1%
Magenta42.4%
Yellow0.0%
Key (black)87.1%
Color previews
#1f1321 text on a black background
contrast 1.17:1
Card sample
#1f1321 text on a white background
contrast 17.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f1321;
Background color
Panel with #1f1321 background
background-color: #1f1321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f1321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f1321; background: linear-gradient(135deg, #1f1321, #21131A);