#201600
a deep, electric yellow · warm · closest name: black
RGB
32, 22, 0
HSL
41°, 100%, 6%
CMYK
0, 31, 100, 88
Luminance
0.0088
Every format
| HEX | #201600 |
| RGB | rgb(32, 22, 0) |
| HSL | hsl(41, 100%, 6%) |
| CMYK | cmyk(0%, 31%, 100%, 88%) |
| LAB | lab(8.0 1.8 11.9) |
| LCH | lch(8.0 12.1 81.3) |
| OKLCH | oklch(0.207 0.042 86.8) |
Copy-ready code
/* CSS */
color: #201600;
background-color: #201600;
/* Tailwind (arbitrary) */
class="text-[#201600] bg-[#201600]"
/* SCSS */
$brand: #201600;
/* SwiftUI */
Color(red: 0.125, green: 0.086, blue: 0.000)
/* Android */
Color.parseColor("#201600")Accessibility — WCAG contrast
Aa
#201600 on white: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201600 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green8.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow100.0%
Key (black)87.5%
Color previews
#201600 text on a black background
contrast 1.18:1
Card sample
#201600 text on a white background
contrast 17.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201600;
Background color
Panel with #201600 background
background-color: #201600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 22, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 22, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201600; background: linear-gradient(135deg, #201600, #152000);