#3f2c64
a dark, soft violet · warm · closest name: midnightblue
RGB
63, 44, 100
HSL
260°, 39%, 28%
CMYK
37, 56, 0, 61
Luminance
0.0378
Every format
| HEX | #3f2c64 |
| RGB | rgb(63, 44, 100) |
| HSL | hsl(260, 39%, 28%) |
| CMYK | cmyk(37%, 56%, 0%, 61%) |
| LAB | lab(22.9 22.6 -30.1) |
| LCH | lch(22.9 37.7 307.0) |
| OKLCH | oklch(0.345 0.095 296.8) |
Copy-ready code
/* CSS */
color: #3f2c64;
background-color: #3f2c64;
/* Tailwind (arbitrary) */
class="text-[#3f2c64] bg-[#3f2c64]"
/* SCSS */
$brand: #3f2c64;
/* SwiftUI */
Color(red: 0.247, green: 0.173, blue: 0.392)
/* Android */
Color.parseColor("#3f2c64")Accessibility — WCAG contrast
Aa
#3f2c64 on white: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2c64 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green17.3%
Blue39.2%
CMYK percentages
Cyan37.0%
Magenta56.0%
Yellow0.0%
Key (black)60.8%
Color previews
#3f2c64 text on a black background
contrast 1.76:1
Card sample
#3f2c64 text on a white background
contrast 11.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2c64;
Background color
Panel with #3f2c64 background
background-color: #3f2c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 44, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 44, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2c64; background: linear-gradient(135deg, #3f2c64, #642C64);