#340f5d
a deep, vivid violet · warm · closest name: midnightblue
RGB
52, 15, 93
HSL
269°, 72%, 21%
CMYK
44, 84, 0, 64
Luminance
0.0186
Every format
| HEX | #340f5d |
| RGB | rgb(52, 15, 93) |
| HSL | hsl(269, 72%, 21%) |
| CMYK | cmyk(44%, 84%, 0%, 64%) |
| LAB | lab(14.8 34.8 -38.8) |
| LCH | lch(14.8 52.1 311.9) |
| OKLCH | oklch(0.281 0.127 299.3) |
Copy-ready code
/* CSS */
color: #340f5d;
background-color: #340f5d;
/* Tailwind (arbitrary) */
class="text-[#340f5d] bg-[#340f5d]"
/* SCSS */
$brand: #340f5d;
/* SwiftUI */
Color(red: 0.204, green: 0.059, blue: 0.365)
/* Android */
Color.parseColor("#340f5d")Accessibility — WCAG contrast
Aa
#340f5d on white: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#340f5d on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green5.9%
Blue36.5%
CMYK percentages
Cyan44.1%
Magenta83.9%
Yellow0.0%
Key (black)63.5%
Color previews
#340f5d text on a black background
contrast 1.37:1
Card sample
#340f5d text on a white background
contrast 15.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #340f5d;
Background color
Panel with #340f5d background
background-color: #340f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #340f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 15, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 15, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #340f5d; background: linear-gradient(135deg, #340f5d, #5D0F52);