#161403
a deep, electric yellow · cool · closest name: black
RGB
22, 20, 3
HSL
54°, 76%, 5%
CMYK
0, 9, 86, 91
Luminance
0.0068
Every format
| HEX | #161403 |
| RGB | rgb(22, 20, 3) |
| HSL | hsl(54, 76%, 5%) |
| CMYK | cmyk(0%, 9%, 86%, 91%) |
| LAB | lab(6.1 -1.9 7.9) |
| LCH | lch(6.1 8.1 103.5) |
| OKLCH | oklch(0.188 0.033 103.4) |
Copy-ready code
/* CSS */
color: #161403;
background-color: #161403;
/* Tailwind (arbitrary) */
class="text-[#161403] bg-[#161403]"
/* SCSS */
$brand: #161403;
/* SwiftUI */
Color(red: 0.086, green: 0.078, blue: 0.012)
/* Android */
Color.parseColor("#161403")Accessibility — WCAG contrast
Aa
#161403 on white: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#161403 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green7.8%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow86.4%
Key (black)91.4%
Color previews
#161403 text on a black background
contrast 1.14:1
Card sample
#161403 text on a white background
contrast 18.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #161403;
Background color
Panel with #161403 background
background-color: #161403;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #161403;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 20, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 20, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #161403; background: linear-gradient(135deg, #161403, #0B1603);