#4f136c
a deep, vivid violet · warm · closest name: midnightblue
RGB
79, 19, 108
HSL
280°, 70%, 25%
CMYK
27, 82, 0, 58
Luminance
0.0321
Every format
| HEX | #4f136c |
| RGB | rgb(79, 19, 108) |
| HSL | hsl(280, 70%, 25%) |
| CMYK | cmyk(27%, 82%, 0%, 58%) |
| LAB | lab(20.9 42.0 -38.5) |
| LCH | lch(20.9 57.0 317.4) |
| OKLCH | oklch(0.337 0.146 311.5) |
Copy-ready code
/* CSS */
color: #4f136c;
background-color: #4f136c;
/* Tailwind (arbitrary) */
class="text-[#4f136c] bg-[#4f136c]"
/* SCSS */
$brand: #4f136c;
/* SwiftUI */
Color(red: 0.310, green: 0.075, blue: 0.424)
/* Android */
Color.parseColor("#4f136c")Accessibility — WCAG contrast
Aa
#4f136c on white: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f136c on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green7.5%
Blue42.4%
CMYK percentages
Cyan26.9%
Magenta82.4%
Yellow0.0%
Key (black)57.6%
Color previews
#4f136c text on a black background
contrast 1.64:1
Card sample
#4f136c text on a white background
contrast 12.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f136c;
Background color
Panel with #4f136c background
background-color: #4f136c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f136c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 19, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 19, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f136c; background: linear-gradient(135deg, #4f136c, #6C134E);