#160c01
a deep, electric orange · warm · closest name: black
RGB
22, 12, 1
HSL
31°, 91%, 5%
CMYK
0, 46, 96, 91
Luminance
0.0044
Every format
| HEX | #160c01 |
| RGB | rgb(22, 12, 1) |
| HSL | hsl(31, 91%, 5%) |
| CMYK | cmyk(0%, 46%, 96%, 91%) |
| LAB | lab(3.9 2.2 5.5) |
| LCH | lch(3.9 6.0 68.3) |
| OKLCH | oklch(0.165 0.031 75.3) |
Copy-ready code
/* CSS */
color: #160c01;
background-color: #160c01;
/* Tailwind (arbitrary) */
class="text-[#160c01] bg-[#160c01]"
/* SCSS */
$brand: #160c01;
/* SwiftUI */
Color(red: 0.086, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#160c01")Accessibility — WCAG contrast
Aa
#160c01 on white: 19.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#160c01 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow95.5%
Key (black)91.4%
Color previews
#160c01 text on a black background
contrast 1.09:1
Card sample
#160c01 text on a white background
contrast 19.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #160c01;
Background color
Panel with #160c01 background
background-color: #160c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #160c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #160c01; background: linear-gradient(135deg, #160c01, #121601);