#340430
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
52, 4, 48
HSL
305°, 86%, 11%
CMYK
0, 92, 8, 80
Luminance
0.0103
Every format
| HEX | #340430 |
| RGB | rgb(52, 4, 48) |
| HSL | hsl(305, 86%, 11%) |
| CMYK | cmyk(0%, 92%, 8%, 80%) |
| LAB | lab(9.2 29.1 -16.1) |
| LCH | lch(9.2 33.3 331.0) |
| OKLCH | oklch(0.230 0.095 331.9) |
Copy-ready code
/* CSS */
color: #340430;
background-color: #340430;
/* Tailwind (arbitrary) */
class="text-[#340430] bg-[#340430]"
/* SCSS */
$brand: #340430;
/* SwiftUI */
Color(red: 0.204, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#340430")Accessibility — WCAG contrast
Aa
#340430 on white: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#340430 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green1.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta92.3%
Yellow7.7%
Key (black)79.6%
Color previews
#340430 text on a black background
contrast 1.21:1
Card sample
#340430 text on a white background
contrast 17.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #340430;
Background color
Panel with #340430 background
background-color: #340430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #340430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #340430; background: linear-gradient(135deg, #340430, #340410);