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