#34092a
a deep, vivid magenta / pink · warm · closest name: black
RGB
52, 9, 42
HSL
314°, 71%, 12%
CMYK
0, 83, 19, 80
Luminance
0.0109
Every format
| HEX | #34092a |
| RGB | rgb(52, 9, 42) |
| HSL | hsl(314, 71%, 12%) |
| CMYK | cmyk(0%, 83%, 19%, 80%) |
| LAB | lab(9.7 25.5 -10.9) |
| LCH | lch(9.7 27.7 336.9) |
| OKLCH | oklch(0.233 0.081 338.7) |
Copy-ready code
/* CSS */
color: #34092a;
background-color: #34092a;
/* Tailwind (arbitrary) */
class="text-[#34092a] bg-[#34092a]"
/* SCSS */
$brand: #34092a;
/* SwiftUI */
Color(red: 0.204, green: 0.035, blue: 0.165)
/* Android */
Color.parseColor("#34092a")Accessibility — WCAG contrast
Aa
#34092a on white: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#34092a on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green3.5%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow19.2%
Key (black)79.6%
Color previews
#34092a text on a black background
contrast 1.22:1
Card sample
#34092a text on a white background
contrast 17.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34092a;
Background color
Panel with #34092a background
background-color: #34092a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34092a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 9, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 9, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34092a; background: linear-gradient(135deg, #34092a, #34090D);