#100607
a deep, vivid red · warm · closest name: black
RGB
16, 6, 7
HSL
354°, 46%, 4%
CMYK
0, 63, 56, 94
Luminance
0.0026
Every format
| HEX | #100607 |
| RGB | rgb(16, 6, 7) |
| HSL | hsl(354, 46%, 4%) |
| CMYK | cmyk(0%, 63%, 56%, 94%) |
| LAB | lab(2.3 3.0 0.6) |
| LCH | lch(2.3 3.1 11.9) |
| OKLCH | oklch(0.139 0.020 12.0) |
Copy-ready code
/* CSS */
color: #100607;
background-color: #100607;
/* Tailwind (arbitrary) */
class="text-[#100607] bg-[#100607]"
/* SCSS */
$brand: #100607;
/* SwiftUI */
Color(red: 0.063, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#100607")Accessibility — WCAG contrast
Aa
#100607 on white: 19.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#100607 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow56.2%
Key (black)93.7%
Color previews
#100607 text on a black background
contrast 1.05:1
Card sample
#100607 text on a white background
contrast 19.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #100607;
Background color
Panel with #100607 background
background-color: #100607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #100607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #100607; background: linear-gradient(135deg, #100607, #100C06);