#3b3149
a deep, soft violet · warm · closest name: darkslategray
RGB
59, 49, 73
HSL
265°, 20%, 24%
CMYK
19, 33, 0, 71
Luminance
0.0361
Every format
| HEX | #3b3149 |
| RGB | rgb(59, 49, 73) |
| HSL | hsl(265, 20%, 24%) |
| CMYK | cmyk(19%, 33%, 0%, 71%) |
| LAB | lab(22.3 10.2 -13.2) |
| LCH | lch(22.3 16.7 307.7) |
| OKLCH | oklch(0.334 0.043 303.2) |
Copy-ready code
/* CSS */
color: #3b3149;
background-color: #3b3149;
/* Tailwind (arbitrary) */
class="text-[#3b3149] bg-[#3b3149]"
/* SCSS */
$brand: #3b3149;
/* SwiftUI */
Color(red: 0.231, green: 0.192, blue: 0.286)
/* Android */
Color.parseColor("#3b3149")Accessibility — WCAG contrast
Aa
#3b3149 on white: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b3149 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green19.2%
Blue28.6%
CMYK percentages
Cyan19.2%
Magenta32.9%
Yellow0.0%
Key (black)71.4%
Color previews
#3b3149 text on a black background
contrast 1.72:1
Card sample
#3b3149 text on a white background
contrast 12.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b3149;
Background color
Panel with #3b3149 background
background-color: #3b3149;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b3149;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 49, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 49, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b3149; background: linear-gradient(135deg, #3b3149, #493147);