#100914
a deep, soft violet · warm · closest name: black
RGB
16, 9, 20
HSL
278°, 38%, 6%
CMYK
20, 55, 0, 92
Luminance
0.0036
Every format
| HEX | #100914 |
| RGB | rgb(16, 9, 20) |
| HSL | hsl(278, 38%, 6%) |
| CMYK | cmyk(20%, 55%, 0%, 92%) |
| LAB | lab(3.2 4.1 -4.6) |
| LCH | lch(3.2 6.1 311.6) |
| OKLCH | oklch(0.155 0.025 312.7) |
Copy-ready code
/* CSS */
color: #100914;
background-color: #100914;
/* Tailwind (arbitrary) */
class="text-[#100914] bg-[#100914]"
/* SCSS */
$brand: #100914;
/* SwiftUI */
Color(red: 0.063, green: 0.035, blue: 0.078)
/* Android */
Color.parseColor("#100914")Accessibility — WCAG contrast
Aa
#100914 on white: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#100914 on black: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green3.5%
Blue7.8%
CMYK percentages
Cyan20.0%
Magenta55.0%
Yellow0.0%
Key (black)92.2%
Color previews
#100914 text on a black background
contrast 1.07:1
Card sample
#100914 text on a white background
contrast 19.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #100914;
Background color
Panel with #100914 background
background-color: #100914;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #100914;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 9, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 9, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #100914; background: linear-gradient(135deg, #100914, #140911);