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