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