#1f0a1b
a deep, vivid magenta / pink · warm · closest name: black
RGB
31, 10, 27
HSL
311°, 51%, 8%
CMYK
0, 68, 13, 88
Luminance
0.0059
Every format
| HEX | #1f0a1b |
| RGB | rgb(31, 10, 27) |
| HSL | hsl(311, 51%, 8%) |
| CMYK | cmyk(0%, 68%, 13%, 88%) |
| LAB | lab(5.3 12.8 -6.5) |
| LCH | lch(5.3 14.4 332.9) |
| OKLCH | oklch(0.186 0.046 335.0) |
Copy-ready code
/* CSS */
color: #1f0a1b;
background-color: #1f0a1b;
/* Tailwind (arbitrary) */
class="text-[#1f0a1b] bg-[#1f0a1b]"
/* SCSS */
$brand: #1f0a1b;
/* SwiftUI */
Color(red: 0.122, green: 0.039, blue: 0.106)
/* Android */
Color.parseColor("#1f0a1b")Accessibility — WCAG contrast
Aa
#1f0a1b on white: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f0a1b on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green3.9%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow12.9%
Key (black)87.8%
Color previews
#1f0a1b text on a black background
contrast 1.12:1
Card sample
#1f0a1b text on a white background
contrast 18.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f0a1b;
Background color
Panel with #1f0a1b background
background-color: #1f0a1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f0a1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 10, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 10, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f0a1b; background: linear-gradient(135deg, #1f0a1b, #1F0A0D);