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