#161600
a deep, electric yellow · cool · closest name: black
RGB
22, 22, 0
HSL
60°, 100%, 4%
CMYK
0, 0, 100, 91
Luminance
0.0074
Every format
| HEX | #161600 |
| RGB | rgb(22, 22, 0) |
| HSL | hsl(60, 100%, 4%) |
| CMYK | cmyk(0%, 0%, 100%, 91%) |
| LAB | lab(6.7 -3.7 10.0) |
| LCH | lch(6.7 10.7 110.2) |
| OKLCH | oklch(0.194 0.042 109.8) |
Copy-ready code
/* CSS */
color: #161600;
background-color: #161600;
/* Tailwind (arbitrary) */
class="text-[#161600] bg-[#161600]"
/* SCSS */
$brand: #161600;
/* SwiftUI */
Color(red: 0.086, green: 0.086, blue: 0.000)
/* Android */
Color.parseColor("#161600")Accessibility — WCAG contrast
Aa
#161600 on white: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#161600 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green8.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow100.0%
Key (black)91.4%
Color previews
#161600 text on a black background
contrast 1.15:1
Card sample
#161600 text on a white background
contrast 18.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #161600;
Background color
Panel with #161600 background
background-color: #161600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #161600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 22, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 22, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #161600; background: linear-gradient(135deg, #161600, #071600);