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