#22031b
a deep, electric magenta / pink · warm · closest name: black
RGB
34, 3, 27
HSL
314°, 84%, 7%
CMYK
0, 91, 21, 87
Luminance
0.0048
Every format
| HEX | #22031b |
| RGB | rgb(34, 3, 27) |
| HSL | hsl(314, 84%, 7%) |
| CMYK | cmyk(0%, 91%, 21%, 87%) |
| LAB | lab(4.4 17.6 -7.9) |
| LCH | lch(4.4 19.3 335.8) |
| OKLCH | oklch(0.178 0.066 338.0) |
Copy-ready code
/* CSS */
color: #22031b;
background-color: #22031b;
/* Tailwind (arbitrary) */
class="text-[#22031b] bg-[#22031b]"
/* SCSS */
$brand: #22031b;
/* SwiftUI */
Color(red: 0.133, green: 0.012, blue: 0.106)
/* Android */
Color.parseColor("#22031b")Accessibility — WCAG contrast
Aa
#22031b on white: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#22031b on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green1.2%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow20.6%
Key (black)86.7%
Color previews
#22031b text on a black background
contrast 1.10:1
Card sample
#22031b text on a white background
contrast 19.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22031b;
Background color
Panel with #22031b background
background-color: #22031b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22031b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 3, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 3, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22031b; background: linear-gradient(135deg, #22031b, #220306);