#140500
a deep, electric orange · warm · closest name: black
RGB
20, 5, 0
HSL
15°, 100%, 4%
CMYK
0, 75, 100, 92
Luminance
0.0026
Every format
| HEX | #140500 |
| RGB | rgb(20, 5, 0) |
| HSL | hsl(15, 100%, 4%) |
| CMYK | cmyk(0%, 75%, 100%, 92%) |
| LAB | lab(2.3 4.0 3.6) |
| LCH | lch(2.3 5.4 41.5) |
| OKLCH | oklch(0.140 0.035 53.1) |
Copy-ready code
/* CSS */
color: #140500;
background-color: #140500;
/* Tailwind (arbitrary) */
class="text-[#140500] bg-[#140500]"
/* SCSS */
$brand: #140500;
/* SwiftUI */
Color(red: 0.078, green: 0.020, blue: 0.000)
/* Android */
Color.parseColor("#140500")Accessibility — WCAG contrast
Aa
#140500 on white: 19.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140500 on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green2.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow100.0%
Key (black)92.2%
Color previews
#140500 text on a black background
contrast 1.05:1
Card sample
#140500 text on a white background
contrast 19.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140500;
Background color
Panel with #140500 background
background-color: #140500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 5, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 5, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140500; background: linear-gradient(135deg, #140500, #141200);