#200c01
a deep, electric orange · warm · closest name: black
RGB
32, 12, 1
HSL
21°, 94%, 7%
CMYK
0, 63, 97, 88
Luminance
0.0057
Every format
| HEX | #200c01 |
| RGB | rgb(32, 12, 1) |
| HSL | hsl(21, 94%, 7%) |
| CMYK | cmyk(0%, 63%, 97%, 88%) |
| LAB | lab(5.2 7.7 7.5) |
| LCH | lch(5.2 10.8 44.0) |
| OKLCH | oklch(0.182 0.042 54.3) |
Copy-ready code
/* CSS */
color: #200c01;
background-color: #200c01;
/* Tailwind (arbitrary) */
class="text-[#200c01] bg-[#200c01]"
/* SCSS */
$brand: #200c01;
/* SwiftUI */
Color(red: 0.125, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#200c01")Accessibility — WCAG contrast
Aa
#200c01 on white: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200c01 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow96.9%
Key (black)87.5%
Color previews
#200c01 text on a black background
contrast 1.11:1
Card sample
#200c01 text on a white background
contrast 18.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200c01;
Background color
Panel with #200c01 background
background-color: #200c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200c01; background: linear-gradient(135deg, #200c01, #1F2001);