#160f02
a deep, electric orange · warm · closest name: black
RGB
22, 15, 2
HSL
39°, 83%, 5%
CMYK
0, 32, 91, 91
Luminance
0.0052
Every format
| HEX | #160f02 |
| RGB | rgb(22, 15, 2) |
| HSL | hsl(39, 83%, 5%) |
| CMYK | cmyk(0%, 32%, 91%, 91%) |
| LAB | lab(4.7 0.9 6.2) |
| LCH | lch(4.7 6.2 81.8) |
| OKLCH | oklch(0.173 0.030 85.6) |
Copy-ready code
/* CSS */
color: #160f02;
background-color: #160f02;
/* Tailwind (arbitrary) */
class="text-[#160f02] bg-[#160f02]"
/* SCSS */
$brand: #160f02;
/* SwiftUI */
Color(red: 0.086, green: 0.059, blue: 0.008)
/* Android */
Color.parseColor("#160f02")Accessibility — WCAG contrast
Aa
#160f02 on white: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#160f02 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green5.9%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta31.8%
Yellow90.9%
Key (black)91.4%
Color previews
#160f02 text on a black background
contrast 1.10:1
Card sample
#160f02 text on a white background
contrast 19.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #160f02;
Background color
Panel with #160f02 background
background-color: #160f02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #160f02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 15, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 15, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #160f02; background: linear-gradient(135deg, #160f02, #101602);