#18081c
a deep, vivid violet · warm · closest name: black
RGB
24, 8, 28
HSL
288°, 56%, 7%
CMYK
14, 71, 0, 89
Luminance
0.0045
Every format
| HEX | #18081c |
| RGB | rgb(24, 8, 28) |
| HSL | hsl(288, 56%, 7%) |
| CMYK | cmyk(14%, 71%, 0%, 89%) |
| LAB | lab(4.1 10.0 -9.3) |
| LCH | lch(4.1 13.6 317.1) |
| OKLCH | oklch(0.171 0.046 319.4) |
Copy-ready code
/* CSS */
color: #18081c;
background-color: #18081c;
/* Tailwind (arbitrary) */
class="text-[#18081c] bg-[#18081c]"
/* SCSS */
$brand: #18081c;
/* SwiftUI */
Color(red: 0.094, green: 0.031, blue: 0.110)
/* Android */
Color.parseColor("#18081c")Accessibility — WCAG contrast
Aa
#18081c on white: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#18081c on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green3.1%
Blue11.0%
CMYK percentages
Cyan14.3%
Magenta71.4%
Yellow0.0%
Key (black)89.0%
Color previews
#18081c text on a black background
contrast 1.09:1
Card sample
#18081c text on a white background
contrast 19.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18081c;
Background color
Panel with #18081c background
background-color: #18081c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18081c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 8, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 8, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18081c; background: linear-gradient(135deg, #18081c, #1C0813);