#3f1981
a dark, vivid violet · warm · closest name: indigo
RGB
63, 25, 129
HSL
262°, 68%, 30%
CMYK
51, 81, 0, 49
Luminance
0.0334
Every format
| HEX | #3f1981 |
| RGB | rgb(63, 25, 129) |
| HSL | hsl(262, 68%, 30%) |
| CMYK | cmyk(51%, 81%, 0%, 49%) |
| LAB | lab(21.4 42.0 -51.3) |
| LCH | lch(21.4 66.3 309.3) |
| OKLCH | oklch(0.341 0.159 292.3) |
Copy-ready code
/* CSS */
color: #3f1981;
background-color: #3f1981;
/* Tailwind (arbitrary) */
class="text-[#3f1981] bg-[#3f1981]"
/* SCSS */
$brand: #3f1981;
/* SwiftUI */
Color(red: 0.247, green: 0.098, blue: 0.506)
/* Android */
Color.parseColor("#3f1981")Accessibility — WCAG contrast
Aa
#3f1981 on white: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f1981 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green9.8%
Blue50.6%
CMYK percentages
Cyan51.2%
Magenta80.6%
Yellow0.0%
Key (black)49.4%
Color previews
#3f1981 text on a black background
contrast 1.67:1
Card sample
#3f1981 text on a white background
contrast 12.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f1981;
Background color
Panel with #3f1981 background
background-color: #3f1981;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f1981;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 25, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 25, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f1981; background: linear-gradient(135deg, #3f1981, #81197E);