#140707
a deep, vivid red · warm · closest name: black
RGB
20, 7, 7
HSL
0°, 48%, 5%
CMYK
0, 65, 65, 92
Luminance
0.0032
Every format
| HEX | #140707 |
| RGB | rgb(20, 7, 7) |
| HSL | hsl(0, 48%, 5%) |
| CMYK | cmyk(0%, 65%, 65%, 92%) |
| LAB | lab(2.9 4.2 1.5) |
| LCH | lch(2.9 4.5 19.4) |
| OKLCH | oklch(0.150 0.024 20.3) |
Copy-ready code
/* CSS */
color: #140707;
background-color: #140707;
/* Tailwind (arbitrary) */
class="text-[#140707] bg-[#140707]"
/* SCSS */
$brand: #140707;
/* SwiftUI */
Color(red: 0.078, green: 0.027, blue: 0.027)
/* Android */
Color.parseColor("#140707")Accessibility — WCAG contrast
Aa
#140707 on white: 19.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140707 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green2.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow65.0%
Key (black)92.2%
Color previews
#140707 text on a black background
contrast 1.06:1
Card sample
#140707 text on a white background
contrast 19.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140707;
Background color
Panel with #140707 background
background-color: #140707;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140707;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 7, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 7, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140707; background: linear-gradient(135deg, #140707, #141007);