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