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