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