#140b09
a deep, soft red · warm · closest name: black
RGB
20, 11, 9
HSL
11°, 38%, 6%
CMYK
0, 45, 55, 92
Luminance
0.0041
Every format
| HEX | #140b09 |
| RGB | rgb(20, 11, 9) |
| HSL | hsl(11, 38%, 6%) |
| CMYK | cmyk(0%, 45%, 55%, 92%) |
| LAB | lab(3.7 2.9 1.9) |
| LCH | lch(3.7 3.4 33.2) |
| OKLCH | oklch(0.162 0.017 33.1) |
Copy-ready code
/* CSS */
color: #140b09;
background-color: #140b09;
/* Tailwind (arbitrary) */
class="text-[#140b09] bg-[#140b09]"
/* SCSS */
$brand: #140b09;
/* SwiftUI */
Color(red: 0.078, green: 0.043, blue: 0.035)
/* Android */
Color.parseColor("#140b09")Accessibility — WCAG contrast
Aa
#140b09 on white: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140b09 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green4.3%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow55.0%
Key (black)92.2%
Color previews
#140b09 text on a black background
contrast 1.08:1
Card sample
#140b09 text on a white background
contrast 19.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140b09;
Background color
Panel with #140b09 background
background-color: #140b09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140b09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 11, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 11, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140b09; background: linear-gradient(135deg, #140b09, #141209);