#20160c
a deep, vivid orange · warm · closest name: black
RGB
32, 22, 12
HSL
30°, 46%, 9%
CMYK
0, 31, 63, 88
Luminance
0.0091
Every format
| HEX | #20160c |
| RGB | rgb(32, 22, 12) |
| HSL | hsl(30, 46%, 9%) |
| CMYK | cmyk(0%, 31%, 63%, 88%) |
| LAB | lab(8.2 3.4 7.4) |
| LCH | lch(8.2 8.1 65.4) |
| OKLCH | oklch(0.210 0.024 65.8) |
Copy-ready code
/* CSS */
color: #20160c;
background-color: #20160c;
/* Tailwind (arbitrary) */
class="text-[#20160c] bg-[#20160c]"
/* SCSS */
$brand: #20160c;
/* SwiftUI */
Color(red: 0.125, green: 0.086, blue: 0.047)
/* Android */
Color.parseColor("#20160c")Accessibility — WCAG contrast
Aa
#20160c on white: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20160c on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green8.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow62.5%
Key (black)87.5%
Color previews
#20160c text on a black background
contrast 1.18:1
Card sample
#20160c text on a white background
contrast 17.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20160c;
Background color
Panel with #20160c background
background-color: #20160c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20160c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 22, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 22, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20160c; background: linear-gradient(135deg, #20160c, #1D200C);