#4f1981
a dark, vivid violet · warm · closest name: indigo
RGB
79, 25, 129
HSL
271°, 68%, 30%
CMYK
39, 81, 0, 49
Luminance
0.0394
Every format
| HEX | #4f1981 |
| RGB | rgb(79, 25, 129) |
| HSL | hsl(271, 68%, 30%) |
| CMYK | cmyk(39%, 81%, 0%, 49%) |
| LAB | lab(23.5 44.6 -47.7) |
| LCH | lch(23.5 65.3 313.1) |
| OKLCH | oklch(0.361 0.161 302.2) |
Copy-ready code
/* CSS */
color: #4f1981;
background-color: #4f1981;
/* Tailwind (arbitrary) */
class="text-[#4f1981] bg-[#4f1981]"
/* SCSS */
$brand: #4f1981;
/* SwiftUI */
Color(red: 0.310, green: 0.098, blue: 0.506)
/* Android */
Color.parseColor("#4f1981")Accessibility — WCAG contrast
Aa
#4f1981 on white: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f1981 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green9.8%
Blue50.6%
CMYK percentages
Cyan38.8%
Magenta80.6%
Yellow0.0%
Key (black)49.4%
Color previews
#4f1981 text on a black background
contrast 1.79:1
Card sample
#4f1981 text on a white background
contrast 11.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f1981;
Background color
Panel with #4f1981 background
background-color: #4f1981;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f1981;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 25, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 25, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f1981; background: linear-gradient(135deg, #4f1981, #81196E);