#1f082b
a deep, vivid violet · warm · closest name: black
RGB
31, 8, 43
HSL
279°, 69%, 10%
CMYK
28, 81, 0, 83
Luminance
0.0064
Every format
| HEX | #1f082b |
| RGB | rgb(31, 8, 43) |
| HSL | hsl(279, 69%, 10%) |
| CMYK | cmyk(28%, 81%, 0%, 83%) |
| LAB | lab(5.8 18.8 -18.1) |
| LCH | lch(5.8 26.1 316.0) |
| OKLCH | oklch(0.194 0.070 311.9) |
Copy-ready code
/* CSS */
color: #1f082b;
background-color: #1f082b;
/* Tailwind (arbitrary) */
class="text-[#1f082b] bg-[#1f082b]"
/* SCSS */
$brand: #1f082b;
/* SwiftUI */
Color(red: 0.122, green: 0.031, blue: 0.169)
/* Android */
Color.parseColor("#1f082b")Accessibility — WCAG contrast
Aa
#1f082b on white: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f082b on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green3.1%
Blue16.9%
CMYK percentages
Cyan27.9%
Magenta81.4%
Yellow0.0%
Key (black)83.1%
Color previews
#1f082b text on a black background
contrast 1.13:1
Card sample
#1f082b text on a white background
contrast 18.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f082b;
Background color
Panel with #1f082b background
background-color: #1f082b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f082b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 8, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 8, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f082b; background: linear-gradient(135deg, #1f082b, #2B0820);