#210c01
a deep, electric orange · warm · closest name: black
RGB
33, 12, 1
HSL
21°, 94%, 7%
CMYK
0, 64, 97, 87
Luminance
0.0059
Every format
| HEX | #210c01 |
| RGB | rgb(33, 12, 1) |
| HSL | hsl(21, 94%, 7%) |
| CMYK | cmyk(0%, 64%, 97%, 87%) |
| LAB | lab(5.3 8.4 7.7) |
| LCH | lch(5.3 11.4 42.6) |
| OKLCH | oklch(0.184 0.043 53.0) |
Copy-ready code
/* CSS */
color: #210c01;
background-color: #210c01;
/* Tailwind (arbitrary) */
class="text-[#210c01] bg-[#210c01]"
/* SCSS */
$brand: #210c01;
/* SwiftUI */
Color(red: 0.129, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#210c01")Accessibility — WCAG contrast
Aa
#210c01 on white: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210c01 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow97.0%
Key (black)87.1%
Color previews
#210c01 text on a black background
contrast 1.12:1
Card sample
#210c01 text on a white background
contrast 18.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210c01;
Background color
Panel with #210c01 background
background-color: #210c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210c01; background: linear-gradient(135deg, #210c01, #212101);