#3f2380
a dark, vivid violet · warm · closest name: midnightblue
RGB
63, 35, 128
HSL
258°, 57%, 32%
CMYK
51, 73, 0, 50
Luminance
0.0382
Every format
| HEX | #3f2380 |
| RGB | rgb(63, 35, 128) |
| HSL | hsl(258, 57%, 32%) |
| CMYK | cmyk(51%, 73%, 0%, 50%) |
| LAB | lab(23.1 36.6 -47.9) |
| LCH | lch(23.1 60.3 307.4) |
| OKLCH | oklch(0.353 0.147 290.7) |
Copy-ready code
/* CSS */
color: #3f2380;
background-color: #3f2380;
/* Tailwind (arbitrary) */
class="text-[#3f2380] bg-[#3f2380]"
/* SCSS */
$brand: #3f2380;
/* SwiftUI */
Color(red: 0.247, green: 0.137, blue: 0.502)
/* Android */
Color.parseColor("#3f2380")Accessibility — WCAG contrast
Aa
#3f2380 on white: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f2380 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green13.7%
Blue50.2%
CMYK percentages
Cyan50.8%
Magenta72.7%
Yellow0.0%
Key (black)49.8%
Color previews
#3f2380 text on a black background
contrast 1.76:1
Card sample
#3f2380 text on a white background
contrast 11.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f2380;
Background color
Panel with #3f2380 background
background-color: #3f2380;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f2380;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 35, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 35, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f2380; background: linear-gradient(135deg, #3f2380, #7D2380);