#340310
a deep, electric magenta / pink · warm · closest name: black
RGB
52, 3, 16
HSL
344°, 89%, 11%
CMYK
0, 94, 69, 80
Luminance
0.0083
Every format
| HEX | #340310 |
| RGB | rgb(52, 3, 16) |
| HSL | hsl(344, 89%, 11%) |
| CMYK | cmyk(0%, 94%, 69%, 80%) |
| LAB | lab(7.5 25.2 4.8) |
| LCH | lch(7.5 25.7 10.8) |
| OKLCH | oklch(0.213 0.078 10.7) |
Copy-ready code
/* CSS */
color: #340310;
background-color: #340310;
/* Tailwind (arbitrary) */
class="text-[#340310] bg-[#340310]"
/* SCSS */
$brand: #340310;
/* SwiftUI */
Color(red: 0.204, green: 0.012, blue: 0.063)
/* Android */
Color.parseColor("#340310")Accessibility — WCAG contrast
Aa
#340310 on white: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#340310 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green1.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta94.2%
Yellow69.2%
Key (black)79.6%
Color previews
#340310 text on a black background
contrast 1.17:1
Card sample
#340310 text on a white background
contrast 18.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #340310;
Background color
Panel with #340310 background
background-color: #340310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #340310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 3, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 3, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #340310; background: linear-gradient(135deg, #340310, #341703);