#140700
a deep, electric orange · warm · closest name: black
RGB
20, 7, 0
HSL
21°, 100%, 4%
CMYK
0, 65, 100, 92
Luminance
0.0030
Every format
| HEX | #140700 |
| RGB | rgb(20, 7, 0) |
| HSL | hsl(21, 100%, 4%) |
| CMYK | cmyk(0%, 65%, 100%, 92%) |
| LAB | lab(2.7 3.2 4.1) |
| LCH | lch(2.7 5.2 52.1) |
| OKLCH | oklch(0.147 0.034 62.9) |
Copy-ready code
/* CSS */
color: #140700;
background-color: #140700;
/* Tailwind (arbitrary) */
class="text-[#140700] bg-[#140700]"
/* SCSS */
$brand: #140700;
/* SwiftUI */
Color(red: 0.078, green: 0.027, blue: 0.000)
/* Android */
Color.parseColor("#140700")Accessibility — WCAG contrast
Aa
#140700 on white: 19.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#140700 on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green2.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow100.0%
Key (black)92.2%
Color previews
#140700 text on a black background
contrast 1.06:1
Card sample
#140700 text on a white background
contrast 19.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #140700;
Background color
Panel with #140700 background
background-color: #140700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #140700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 7, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 7, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #140700; background: linear-gradient(135deg, #140700, #141400);