#1f032d
a deep, electric violet · warm · closest name: black
RGB
31, 3, 45
HSL
280°, 88%, 9%
CMYK
31, 93, 0, 82
Luminance
0.0055
Every format
| HEX | #1f032d |
| RGB | rgb(31, 3, 45) |
| HSL | hsl(280, 88%, 9%) |
| CMYK | cmyk(31%, 93%, 0%, 82%) |
| LAB | lab(4.9 21.9 -21.0) |
| LCH | lch(4.9 30.3 316.2) |
| OKLCH | oklch(0.187 0.083 311.9) |
Copy-ready code
/* CSS */
color: #1f032d;
background-color: #1f032d;
/* Tailwind (arbitrary) */
class="text-[#1f032d] bg-[#1f032d]"
/* SCSS */
$brand: #1f032d;
/* SwiftUI */
Color(red: 0.122, green: 0.012, blue: 0.176)
/* Android */
Color.parseColor("#1f032d")Accessibility — WCAG contrast
Aa
#1f032d on white: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f032d on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green1.2%
Blue17.6%
CMYK percentages
Cyan31.1%
Magenta93.3%
Yellow0.0%
Key (black)82.4%
Color previews
#1f032d text on a black background
contrast 1.11:1
Card sample
#1f032d text on a white background
contrast 18.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f032d;
Background color
Panel with #1f032d background
background-color: #1f032d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f032d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 3, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 3, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f032d; background: linear-gradient(135deg, #1f032d, #2D031F);