#201c01
a deep, electric yellow · cool · closest name: black
RGB
32, 28, 1
HSL
52°, 94%, 7%
CMYK
0, 13, 97, 88
Luminance
0.0114
Every format
| HEX | #201c01 |
| RGB | rgb(32, 28, 1) |
| HSL | hsl(52, 94%, 7%) |
| CMYK | cmyk(0%, 13%, 97%, 88%) |
| LAB | lab(10.1 -2.4 14.6) |
| LCH | lch(10.1 14.8 99.2) |
| OKLCH | oklch(0.224 0.045 101.6) |
Copy-ready code
/* CSS */
color: #201c01;
background-color: #201c01;
/* Tailwind (arbitrary) */
class="text-[#201c01] bg-[#201c01]"
/* SCSS */
$brand: #201c01;
/* SwiftUI */
Color(red: 0.125, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#201c01")Accessibility — WCAG contrast
Aa
#201c01 on white: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201c01 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow96.9%
Key (black)87.5%
Color previews
#201c01 text on a black background
contrast 1.23:1
Card sample
#201c01 text on a white background
contrast 17.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201c01;
Background color
Panel with #201c01 background
background-color: #201c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201c01; background: linear-gradient(135deg, #201c01, #0F2001);