#16031f
a deep, electric violet · warm · closest name: black
RGB
22, 3, 31
HSL
281°, 82%, 7%
CMYK
29, 90, 0, 88
Luminance
0.0033
Every format
| HEX | #16031f |
| RGB | rgb(22, 3, 31) |
| HSL | hsl(281, 82%, 7%) |
| CMYK | cmyk(29%, 90%, 0%, 88%) |
| LAB | lab(3.0 12.0 -13.2) |
| LCH | lch(3.0 17.9 312.2) |
| OKLCH | oklch(0.158 0.063 313.8) |
Copy-ready code
/* CSS */
color: #16031f;
background-color: #16031f;
/* Tailwind (arbitrary) */
class="text-[#16031f] bg-[#16031f]"
/* SCSS */
$brand: #16031f;
/* SwiftUI */
Color(red: 0.086, green: 0.012, blue: 0.122)
/* Android */
Color.parseColor("#16031f")Accessibility — WCAG contrast
Aa
#16031f on white: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16031f on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green1.2%
Blue12.2%
CMYK percentages
Cyan29.0%
Magenta90.3%
Yellow0.0%
Key (black)87.8%
Color previews
#16031f text on a black background
contrast 1.07:1
Card sample
#16031f text on a white background
contrast 19.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16031f;
Background color
Panel with #16031f background
background-color: #16031f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16031f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 3, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 3, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16031f; background: linear-gradient(135deg, #16031f, #1F0315);