#20140c
a deep, vivid orange · warm · closest name: black
RGB
32, 20, 12
HSL
24°, 46%, 9%
CMYK
0, 38, 63, 88
Luminance
0.0083
Every format
| HEX | #20140c |
| RGB | rgb(32, 20, 12) |
| HSL | hsl(24, 46%, 9%) |
| CMYK | cmyk(0%, 38%, 63%, 88%) |
| LAB | lab(7.5 4.8 6.4) |
| LCH | lch(7.5 8.0 53.0) |
| OKLCH | oklch(0.205 0.025 54.5) |
Copy-ready code
/* CSS */
color: #20140c;
background-color: #20140c;
/* Tailwind (arbitrary) */
class="text-[#20140c] bg-[#20140c]"
/* SCSS */
$brand: #20140c;
/* SwiftUI */
Color(red: 0.125, green: 0.078, blue: 0.047)
/* Android */
Color.parseColor("#20140c")Accessibility — WCAG contrast
Aa
#20140c on white: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20140c on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green7.8%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow62.5%
Key (black)87.5%
Color previews
#20140c text on a black background
contrast 1.17:1
Card sample
#20140c text on a white background
contrast 18.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20140c;
Background color
Panel with #20140c background
background-color: #20140c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20140c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 20, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 20, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20140c; background: linear-gradient(135deg, #20140c, #1F200C);