#140d09
a deep, soft orange · warm · closest name: black
RGB
20, 13, 9
HSL
22°, 38%, 6%
CMYK
0, 35, 55, 92
Luminance
0.0046
Every format
| HEX | #140d09 |
| RGB | rgb(20, 13, 9) |
| HSL | hsl(22, 38%, 6%) |
| CMYK | cmyk(0%, 35%, 55%, 92%) |
| LAB | lab(4.1 2.0 2.5) |
| LCH | lch(4.1 3.2 51.9) |
| OKLCH | oklch(0.167 0.015 51.3) |
Copy-ready code
/* CSS */
color: #140d09;
background-color: #140d09;
/* Tailwind (arbitrary) */
class="text-[#140d09] bg-[#140d09]"
/* SCSS */
$brand: #140d09;
/* SwiftUI */
Color(red: 0.078, green: 0.051, blue: 0.035)
/* Android */
Color.parseColor("#140d09")Accessibility — WCAG contrast
Aa
#140d09 on white: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140d09 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green5.1%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow55.0%
Key (black)92.2%
Color previews
#140d09 text on a black background
contrast 1.09:1
Card sample
#140d09 text on a white background
contrast 19.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140d09;
Background color
Panel with #140d09 background
background-color: #140d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 13, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 13, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140d09; background: linear-gradient(135deg, #140d09, #141409);