#340934
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
52, 9, 52
HSL
300°, 71%, 12%
CMYK
0, 83, 0, 80
Luminance
0.0117
Every format
| HEX | #340934 |
| RGB | rgb(52, 9, 52) |
| HSL | hsl(300, 71%, 12%) |
| CMYK | cmyk(0%, 83%, 0%, 80%) |
| LAB | lab(10.4 27.4 -17.3) |
| LCH | lch(10.4 32.4 327.8) |
| OKLCH | oklch(0.239 0.090 328.0) |
Copy-ready code
/* CSS */
color: #340934;
background-color: #340934;
/* Tailwind (arbitrary) */
class="text-[#340934] bg-[#340934]"
/* SCSS */
$brand: #340934;
/* SwiftUI */
Color(red: 0.204, green: 0.035, blue: 0.204)
/* Android */
Color.parseColor("#340934")Accessibility — WCAG contrast
Aa
#340934 on white: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#340934 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green3.5%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow0.0%
Key (black)79.6%
Color previews
#340934 text on a black background
contrast 1.23:1
Card sample
#340934 text on a white background
contrast 17.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #340934;
Background color
Panel with #340934 background
background-color: #340934;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #340934;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 9, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 9, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #340934; background: linear-gradient(135deg, #340934, #340917);