#4a3355
a dark, soft violet · warm · closest name: darkslategray
RGB
74, 51, 85
HSL
281°, 25%, 27%
CMYK
13, 40, 0, 67
Luminance
0.0448
Every format
| HEX | #4a3355 |
| RGB | rgb(74, 51, 85) |
| HSL | hsl(281, 25%, 27%) |
| CMYK | cmyk(13%, 40%, 0%, 67%) |
| LAB | lab(25.2 17.5 -16.6) |
| LCH | lch(25.2 24.1 316.6) |
| OKLCH | oklch(0.362 0.064 314.3) |
Copy-ready code
/* CSS */
color: #4a3355;
background-color: #4a3355;
/* Tailwind (arbitrary) */
class="text-[#4a3355] bg-[#4a3355]"
/* SCSS */
$brand: #4a3355;
/* SwiftUI */
Color(red: 0.290, green: 0.200, blue: 0.333)
/* Android */
Color.parseColor("#4a3355")Accessibility — WCAG contrast
Aa
#4a3355 on white: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a3355 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green20.0%
Blue33.3%
CMYK percentages
Cyan12.9%
Magenta40.0%
Yellow0.0%
Key (black)66.7%
Color previews
#4a3355 text on a black background
contrast 1.90:1
Card sample
#4a3355 text on a white background
contrast 11.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a3355;
Background color
Panel with #4a3355 background
background-color: #4a3355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a3355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 51, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 51, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a3355; background: linear-gradient(135deg, #4a3355, #553349);