#220c01
a deep, electric orange · warm · closest name: black
RGB
34, 12, 1
HSL
20°, 94%, 7%
CMYK
0, 65, 97, 87
Luminance
0.0061
Every format
| HEX | #220c01 |
| RGB | rgb(34, 12, 1) |
| HSL | hsl(20, 94%, 7%) |
| CMYK | cmyk(0%, 65%, 97%, 87%) |
| LAB | lab(5.5 9.1 8.0) |
| LCH | lch(5.5 12.1 41.2) |
| OKLCH | oklch(0.186 0.045 51.7) |
Copy-ready code
/* CSS */
color: #220c01;
background-color: #220c01;
/* Tailwind (arbitrary) */
class="text-[#220c01] bg-[#220c01]"
/* SCSS */
$brand: #220c01;
/* SwiftUI */
Color(red: 0.133, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#220c01")Accessibility — WCAG contrast
Aa
#220c01 on white: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220c01 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow97.1%
Key (black)86.7%
Color previews
#220c01 text on a black background
contrast 1.12:1
Card sample
#220c01 text on a white background
contrast 18.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220c01;
Background color
Panel with #220c01 background
background-color: #220c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220c01; background: linear-gradient(135deg, #220c01, #222201);