#340721
a deep, electric magenta / pink · warm · closest name: black
RGB
52, 7, 33
HSL
325°, 76%, 12%
CMYK
0, 87, 37, 80
Luminance
0.0099
Every format
| HEX | #340721 |
| RGB | rgb(52, 7, 33) |
| HSL | hsl(325, 76%, 12%) |
| CMYK | cmyk(0%, 87%, 37%, 80%) |
| LAB | lab(8.9 25.0 -5.4) |
| LCH | lch(8.9 25.6 347.9) |
| OKLCH | oklch(0.225 0.078 349.6) |
Copy-ready code
/* CSS */
color: #340721;
background-color: #340721;
/* Tailwind (arbitrary) */
class="text-[#340721] bg-[#340721]"
/* SCSS */
$brand: #340721;
/* SwiftUI */
Color(red: 0.204, green: 0.027, blue: 0.129)
/* Android */
Color.parseColor("#340721")Accessibility — WCAG contrast
Aa
#340721 on white: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#340721 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green2.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.5%
Yellow36.5%
Key (black)79.6%
Color previews
#340721 text on a black background
contrast 1.20:1
Card sample
#340721 text on a white background
contrast 17.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #340721;
Background color
Panel with #340721 background
background-color: #340721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #340721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 7, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 7, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #340721; background: linear-gradient(135deg, #340721, #340B07);