#100613
a deep, vivid violet · warm · closest name: black
RGB
16, 6, 19
HSL
286°, 52%, 5%
CMYK
16, 68, 0, 93
Luminance
0.0029
Every format
| HEX | #100613 |
| RGB | rgb(16, 6, 19) |
| HSL | hsl(286, 52%, 5%) |
| CMYK | cmyk(16%, 68%, 0%, 93%) |
| LAB | lab(2.6 5.0 -4.8) |
| LCH | lch(2.6 7.0 316.2) |
| OKLCH | oklch(0.146 0.033 318.5) |
Copy-ready code
/* CSS */
color: #100613;
background-color: #100613;
/* Tailwind (arbitrary) */
class="text-[#100613] bg-[#100613]"
/* SCSS */
$brand: #100613;
/* SwiftUI */
Color(red: 0.063, green: 0.024, blue: 0.075)
/* Android */
Color.parseColor("#100613")Accessibility — WCAG contrast
Aa
#100613 on white: 19.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#100613 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green2.4%
Blue7.5%
CMYK percentages
Cyan15.8%
Magenta68.4%
Yellow0.0%
Key (black)92.5%
Color previews
#100613 text on a black background
contrast 1.06:1
Card sample
#100613 text on a white background
contrast 19.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #100613;
Background color
Panel with #100613 background
background-color: #100613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #100613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 6, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 6, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #100613; background: linear-gradient(135deg, #100613, #13060D);