#120607
a deep, vivid red · warm · closest name: black
RGB
18, 6, 7
HSL
355°, 50%, 5%
CMYK
0, 67, 61, 93
Luminance
0.0027
Every format
| HEX | #120607 |
| RGB | rgb(18, 6, 7) |
| HSL | hsl(355, 50%, 5%) |
| CMYK | cmyk(0%, 67%, 61%, 93%) |
| LAB | lab(2.5 3.8 0.9) |
| LCH | lch(2.5 3.9 13.4) |
| OKLCH | oklch(0.143 0.023 13.9) |
Copy-ready code
/* CSS */
color: #120607;
background-color: #120607;
/* Tailwind (arbitrary) */
class="text-[#120607] bg-[#120607]"
/* SCSS */
$brand: #120607;
/* SwiftUI */
Color(red: 0.071, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#120607")Accessibility — WCAG contrast
Aa
#120607 on white: 19.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#120607 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow61.1%
Key (black)92.9%
Color previews
#120607 text on a black background
contrast 1.05:1
Card sample
#120607 text on a white background
contrast 19.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #120607;
Background color
Panel with #120607 background
background-color: #120607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #120607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #120607; background: linear-gradient(135deg, #120607, #120D06);