#220113
a deep, electric magenta / pink · warm · closest name: black
RGB
34, 1, 19
HSL
327°, 94%, 7%
CMYK
0, 97, 44, 87
Luminance
0.0041
Every format
| HEX | #220113 |
| RGB | rgb(34, 1, 19) |
| HSL | hsl(327, 94%, 7%) |
| CMYK | cmyk(0%, 97%, 44%, 87%) |
| LAB | lab(3.7 16.4 -3.0) |
| LCH | lch(3.7 16.6 349.7) |
| OKLCH | oklch(0.169 0.066 350.1) |
Copy-ready code
/* CSS */
color: #220113;
background-color: #220113;
/* Tailwind (arbitrary) */
class="text-[#220113] bg-[#220113]"
/* SCSS */
$brand: #220113;
/* SwiftUI */
Color(red: 0.133, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#220113")Accessibility — WCAG contrast
Aa
#220113 on white: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220113 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta97.1%
Yellow44.1%
Key (black)86.7%
Color previews
#220113 text on a black background
contrast 1.08:1
Card sample
#220113 text on a white background
contrast 19.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220113;
Background color
Panel with #220113 background
background-color: #220113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220113; background: linear-gradient(135deg, #220113, #220501);