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