#4f115d
a deep, vivid violet · warm · closest name: midnightblue
RGB
79, 17, 93
HSL
289°, 69%, 22%
CMYK
15, 82, 0, 64
Luminance
0.0285
Every format
| HEX | #4f115d |
| RGB | rgb(79, 17, 93) |
| HSL | hsl(289, 69%, 22%) |
| CMYK | cmyk(15%, 82%, 0%, 64%) |
| LAB | lab(19.4 39.4 -30.9) |
| LCH | lch(19.4 50.1 321.9) |
| OKLCH | oklch(0.323 0.133 319.4) |
Copy-ready code
/* CSS */
color: #4f115d;
background-color: #4f115d;
/* Tailwind (arbitrary) */
class="text-[#4f115d] bg-[#4f115d]"
/* SCSS */
$brand: #4f115d;
/* SwiftUI */
Color(red: 0.310, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#4f115d")Accessibility — WCAG contrast
Aa
#4f115d on white: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f115d on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green6.7%
Blue36.5%
CMYK percentages
Cyan15.1%
Magenta81.7%
Yellow0.0%
Key (black)63.5%
Color previews
#4f115d text on a black background
contrast 1.57:1
Card sample
#4f115d text on a white background
contrast 13.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f115d;
Background color
Panel with #4f115d background
background-color: #4f115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f115d; background: linear-gradient(135deg, #4f115d, #5D1138);