#1f062b
a deep, electric violet · warm · closest name: black
RGB
31, 6, 43
HSL
281°, 76%, 10%
CMYK
28, 86, 0, 83
Luminance
0.0060
Every format
| HEX | #1f062b |
| RGB | rgb(31, 6, 43) |
| HSL | hsl(281, 76%, 10%) |
| CMYK | cmyk(28%, 86%, 0%, 83%) |
| LAB | lab(5.4 19.8 -18.8) |
| LCH | lch(5.4 27.3 316.5) |
| OKLCH | oklch(0.191 0.074 312.7) |
Copy-ready code
/* CSS */
color: #1f062b;
background-color: #1f062b;
/* Tailwind (arbitrary) */
class="text-[#1f062b] bg-[#1f062b]"
/* SCSS */
$brand: #1f062b;
/* SwiftUI */
Color(red: 0.122, green: 0.024, blue: 0.169)
/* Android */
Color.parseColor("#1f062b")Accessibility — WCAG contrast
Aa
#1f062b on white: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f062b on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green2.4%
Blue16.9%
CMYK percentages
Cyan27.9%
Magenta86.0%
Yellow0.0%
Key (black)83.1%
Color previews
#1f062b text on a black background
contrast 1.12:1
Card sample
#1f062b text on a white background
contrast 18.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f062b;
Background color
Panel with #1f062b background
background-color: #1f062b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f062b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 6, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 6, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f062b; background: linear-gradient(135deg, #1f062b, #2B061E);