#161102
a deep, electric yellow · cool · closest name: black
RGB
22, 17, 2
HSL
45°, 83%, 5%
CMYK
0, 23, 91, 91
Luminance
0.0058
Every format
| HEX | #161102 |
| RGB | rgb(22, 17, 2) |
| HSL | hsl(45, 83%, 5%) |
| CMYK | cmyk(0%, 23%, 91%, 91%) |
| LAB | lab(5.2 -0.2 7.0) |
| LCH | lch(5.2 7.0 91.7) |
| OKLCH | oklch(0.179 0.032 93.8) |
Copy-ready code
/* CSS */
color: #161102;
background-color: #161102;
/* Tailwind (arbitrary) */
class="text-[#161102] bg-[#161102]"
/* SCSS */
$brand: #161102;
/* SwiftUI */
Color(red: 0.086, green: 0.067, blue: 0.008)
/* Android */
Color.parseColor("#161102")Accessibility — WCAG contrast
Aa
#161102 on white: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#161102 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green6.7%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow90.9%
Key (black)91.4%
Color previews
#161102 text on a black background
contrast 1.12:1
Card sample
#161102 text on a white background
contrast 18.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #161102;
Background color
Panel with #161102 background
background-color: #161102;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #161102;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 17, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 17, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #161102; background: linear-gradient(135deg, #161102, #0E1602);