#1f0329
a deep, electric violet · warm · closest name: black
RGB
31, 3, 41
HSL
284°, 86%, 9%
CMYK
24, 93, 0, 84
Luminance
0.0052
Every format
| HEX | #1f0329 |
| RGB | rgb(31, 3, 41) |
| HSL | hsl(284, 86%, 9%) |
| CMYK | cmyk(24%, 93%, 0%, 84%) |
| LAB | lab(4.7 20.4 -18.4) |
| LCH | lch(4.7 27.5 318.0) |
| OKLCH | oklch(0.183 0.079 315.9) |
Copy-ready code
/* CSS */
color: #1f0329;
background-color: #1f0329;
/* Tailwind (arbitrary) */
class="text-[#1f0329] bg-[#1f0329]"
/* SCSS */
$brand: #1f0329;
/* SwiftUI */
Color(red: 0.122, green: 0.012, blue: 0.161)
/* Android */
Color.parseColor("#1f0329")Accessibility — WCAG contrast
Aa
#1f0329 on white: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f0329 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green1.2%
Blue16.1%
CMYK percentages
Cyan24.4%
Magenta92.7%
Yellow0.0%
Key (black)83.9%
Color previews
#1f0329 text on a black background
contrast 1.10:1
Card sample
#1f0329 text on a white background
contrast 19.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f0329;
Background color
Panel with #1f0329 background
background-color: #1f0329;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f0329;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 3, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 3, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f0329; background: linear-gradient(135deg, #1f0329, #29031A);