#1f031f
a deep, electric magenta / pink · warm · closest name: black
RGB
31, 3, 31
HSL
300°, 82%, 7%
CMYK
0, 90, 0, 88
Luminance
0.0046
Every format
| HEX | #1f031f |
| RGB | rgb(31, 3, 31) |
| HSL | hsl(300, 82%, 7%) |
| CMYK | cmyk(0%, 90%, 0%, 88%) |
| LAB | lab(4.1 16.9 -11.5) |
| LCH | lch(4.1 20.4 325.8) |
| OKLCH | oklch(0.175 0.068 328.0) |
Copy-ready code
/* CSS */
color: #1f031f;
background-color: #1f031f;
/* Tailwind (arbitrary) */
class="text-[#1f031f] bg-[#1f031f]"
/* SCSS */
$brand: #1f031f;
/* SwiftUI */
Color(red: 0.122, green: 0.012, blue: 0.122)
/* Android */
Color.parseColor("#1f031f")Accessibility — WCAG contrast
Aa
#1f031f on white: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f031f on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green1.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow0.0%
Key (black)87.8%
Color previews
#1f031f text on a black background
contrast 1.09:1
Card sample
#1f031f text on a white background
contrast 19.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f031f;
Background color
Panel with #1f031f background
background-color: #1f031f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f031f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 3, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 3, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f031f; background: linear-gradient(135deg, #1f031f, #1F030C);