#342f49
a deep, soft blue · warm · closest name: darkslategray
RGB
52, 47, 73
HSL
252°, 22%, 24%
CMYK
29, 36, 0, 71
Luminance
0.0324
Every format
| HEX | #342f49 |
| RGB | rgb(52, 47, 73) |
| HSL | hsl(252, 22%, 24%) |
| CMYK | cmyk(29%, 36%, 0%, 71%) |
| LAB | lab(21.0 9.0 -15.3) |
| LCH | lch(21.0 17.8 300.4) |
| OKLCH | oklch(0.322 0.046 292.5) |
Copy-ready code
/* CSS */
color: #342f49;
background-color: #342f49;
/* Tailwind (arbitrary) */
class="text-[#342f49] bg-[#342f49]"
/* SCSS */
$brand: #342f49;
/* SwiftUI */
Color(red: 0.204, green: 0.184, blue: 0.286)
/* Android */
Color.parseColor("#342f49")Accessibility — WCAG contrast
Aa
#342f49 on white: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#342f49 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green18.4%
Blue28.6%
CMYK percentages
Cyan28.8%
Magenta35.6%
Yellow0.0%
Key (black)71.4%
Color previews
#342f49 text on a black background
contrast 1.65:1
Card sample
#342f49 text on a white background
contrast 12.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #342f49;
Background color
Panel with #342f49 background
background-color: #342f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #342f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 47, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 47, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #342f49; background: linear-gradient(135deg, #342f49, #452F49);