#3f3549
a deep, soft violet · warm · closest name: darkslategray
RGB
63, 53, 73
HSL
270°, 16%, 25%
CMYK
14, 27, 0, 71
Luminance
0.0408
Every format
| HEX | #3f3549 |
| RGB | rgb(63, 53, 73) |
| HSL | hsl(270, 16%, 25%) |
| CMYK | cmyk(14%, 27%, 0%, 71%) |
| LAB | lab(23.9 9.0 -10.7) |
| LCH | lch(23.9 14.0 310.2) |
| OKLCH | oklch(0.348 0.037 307.3) |
Copy-ready code
/* CSS */
color: #3f3549;
background-color: #3f3549;
/* Tailwind (arbitrary) */
class="text-[#3f3549] bg-[#3f3549]"
/* SCSS */
$brand: #3f3549;
/* SwiftUI */
Color(red: 0.247, green: 0.208, blue: 0.286)
/* Android */
Color.parseColor("#3f3549")Accessibility — WCAG contrast
Aa
#3f3549 on white: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f3549 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green20.8%
Blue28.6%
CMYK percentages
Cyan13.7%
Magenta27.4%
Yellow0.0%
Key (black)71.4%
Color previews
#3f3549 text on a black background
contrast 1.82:1
Card sample
#3f3549 text on a white background
contrast 11.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f3549;
Background color
Panel with #3f3549 background
background-color: #3f3549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f3549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 53, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 53, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f3549; background: linear-gradient(135deg, #3f3549, #493546);