#3f2f4b
a deep, soft violet · warm · closest name: darkslategray
RGB
63, 47, 75
HSL
274°, 23%, 24%
CMYK
16, 37, 0, 71
Luminance
0.0360
Every format
| HEX | #3f2f4b |
| RGB | rgb(63, 47, 75) |
| HSL | hsl(274, 23%, 24%) |
| CMYK | cmyk(16%, 37%, 0%, 71%) |
| LAB | lab(22.3 13.6 -14.6) |
| LCH | lch(22.3 19.9 313.1) |
| OKLCH | oklch(0.336 0.052 309.9) |
Copy-ready code
/* CSS */
color: #3f2f4b;
background-color: #3f2f4b;
/* Tailwind (arbitrary) */
class="text-[#3f2f4b] bg-[#3f2f4b]"
/* SCSS */
$brand: #3f2f4b;
/* SwiftUI */
Color(red: 0.247, green: 0.184, blue: 0.294)
/* Android */
Color.parseColor("#3f2f4b")Accessibility — WCAG contrast
Aa
#3f2f4b on white: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2f4b on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green18.4%
Blue29.4%
CMYK percentages
Cyan16.0%
Magenta37.3%
Yellow0.0%
Key (black)70.6%
Color previews
#3f2f4b text on a black background
contrast 1.72:1
Card sample
#3f2f4b text on a white background
contrast 12.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2f4b;
Background color
Panel with #3f2f4b background
background-color: #3f2f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 47, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 47, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2f4b; background: linear-gradient(135deg, #3f2f4b, #4B2F44);