#340669
a deep, electric violet · warm · closest name: midnightblue
RGB
52, 6, 105
HSL
268°, 89%, 22%
CMYK
51, 94, 0, 59
Luminance
0.0188
Every format
| HEX | #340669 |
| RGB | rgb(52, 6, 105) |
| HSL | hsl(268, 89%, 22%) |
| CMYK | cmyk(51%, 94%, 0%, 59%) |
| LAB | lab(14.8 41.4 -46.6) |
| LCH | lch(14.8 62.3 311.6) |
| OKLCH | oklch(0.285 0.148 295.6) |
Copy-ready code
/* CSS */
color: #340669;
background-color: #340669;
/* Tailwind (arbitrary) */
class="text-[#340669] bg-[#340669]"
/* SCSS */
$brand: #340669;
/* SwiftUI */
Color(red: 0.204, green: 0.024, blue: 0.412)
/* Android */
Color.parseColor("#340669")Accessibility — WCAG contrast
Aa
#340669 on white: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#340669 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green2.4%
Blue41.2%
CMYK percentages
Cyan50.5%
Magenta94.3%
Yellow0.0%
Key (black)58.8%
Color previews
#340669 text on a black background
contrast 1.38:1
Card sample
#340669 text on a white background
contrast 15.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #340669;
Background color
Panel with #340669 background
background-color: #340669;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #340669;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 6, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 6, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #340669; background: linear-gradient(135deg, #340669, #69065C);