#340621
a deep, electric magenta / pink · warm · closest name: black
RGB
52, 6, 33
HSL
325°, 79%, 11%
CMYK
0, 89, 37, 80
Luminance
0.0097
Every format
| HEX | #340621 |
| RGB | rgb(52, 6, 33) |
| HSL | hsl(325, 79%, 11%) |
| CMYK | cmyk(0%, 89%, 37%, 80%) |
| LAB | lab(8.7 25.5 -5.6) |
| LCH | lch(8.7 26.1 347.5) |
| OKLCH | oklch(0.224 0.079 349.3) |
Copy-ready code
/* CSS */
color: #340621;
background-color: #340621;
/* Tailwind (arbitrary) */
class="text-[#340621] bg-[#340621]"
/* SCSS */
$brand: #340621;
/* SwiftUI */
Color(red: 0.204, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#340621")Accessibility — WCAG contrast
Aa
#340621 on white: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#340621 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green2.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow36.5%
Key (black)79.6%
Color previews
#340621 text on a black background
contrast 1.19:1
Card sample
#340621 text on a white background
contrast 17.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #340621;
Background color
Panel with #340621 background
background-color: #340621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #340621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #340621; background: linear-gradient(135deg, #340621, #340A06);