#201d09
a deep, vivid yellow · cool · closest name: black
RGB
32, 29, 9
HSL
52°, 56%, 8%
CMYK
0, 9, 72, 88
Luminance
0.0121
Every format
| HEX | #201d09 |
| RGB | rgb(32, 29, 9) |
| HSL | hsl(52, 56%, 8%) |
| CMYK | cmyk(0%, 9%, 72%, 88%) |
| LAB | lab(10.6 -2.1 12.1) |
| LCH | lch(10.6 12.3 99.8) |
| OKLCH | oklch(0.229 0.034 100.9) |
Copy-ready code
/* CSS */
color: #201d09;
background-color: #201d09;
/* Tailwind (arbitrary) */
class="text-[#201d09] bg-[#201d09]"
/* SCSS */
$brand: #201d09;
/* SwiftUI */
Color(red: 0.125, green: 0.114, blue: 0.035)
/* Android */
Color.parseColor("#201d09")Accessibility — WCAG contrast
Aa
#201d09 on white: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201d09 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green11.4%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow71.9%
Key (black)87.5%
Color previews
#201d09 text on a black background
contrast 1.24:1
Card sample
#201d09 text on a white background
contrast 16.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201d09;
Background color
Panel with #201d09 background
background-color: #201d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 29, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 29, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201d09; background: linear-gradient(135deg, #201d09, #142009);