#202201
a deep, electric yellow · cool · closest name: black
RGB
32, 34, 1
HSL
64°, 94%, 7%
CMYK
6, 0, 97, 87
Luminance
0.0145
Every format
| HEX | #202201 |
| RGB | rgb(32, 34, 1) |
| HSL | hsl(64, 94%, 7%) |
| CMYK | cmyk(6%, 0%, 97%, 87%) |
| LAB | lab(12.3 -6.5 17.7) |
| LCH | lch(12.3 18.8 110.1) |
| OKLCH | oklch(0.242 0.052 113.0) |
Copy-ready code
/* CSS */
color: #202201;
background-color: #202201;
/* Tailwind (arbitrary) */
class="text-[#202201] bg-[#202201]"
/* SCSS */
$brand: #202201;
/* SwiftUI */
Color(red: 0.125, green: 0.133, blue: 0.004)
/* Android */
Color.parseColor("#202201")Accessibility — WCAG contrast
Aa
#202201 on white: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#202201 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green13.3%
Blue0.4%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow97.1%
Key (black)86.7%
Color previews
#202201 text on a black background
contrast 1.29:1
Card sample
#202201 text on a white background
contrast 16.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #202201;
Background color
Panel with #202201 background
background-color: #202201;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #202201;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 34, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 34, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #202201; background: linear-gradient(135deg, #202201, #0A2201);