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