#4f166f
a dark, vivid violet · warm · closest name: midnightblue
RGB
79, 22, 111
HSL
278°, 67%, 26%
CMYK
29, 80, 0, 57
Luminance
0.0338
Every format
| HEX | #4f166f |
| RGB | rgb(79, 22, 111) |
| HSL | hsl(278, 67%, 26%) |
| CMYK | cmyk(29%, 80%, 0%, 57%) |
| LAB | lab(21.5 41.5 -39.4) |
| LCH | lch(21.5 57.2 316.5) |
| OKLCH | oklch(0.342 0.145 309.8) |
Copy-ready code
/* CSS */
color: #4f166f;
background-color: #4f166f;
/* Tailwind (arbitrary) */
class="text-[#4f166f] bg-[#4f166f]"
/* SCSS */
$brand: #4f166f;
/* SwiftUI */
Color(red: 0.310, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#4f166f")Accessibility — WCAG contrast
Aa
#4f166f on white: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f166f on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green8.6%
Blue43.5%
CMYK percentages
Cyan28.8%
Magenta80.2%
Yellow0.0%
Key (black)56.5%
Color previews
#4f166f text on a black background
contrast 1.68:1
Card sample
#4f166f text on a white background
contrast 12.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f166f;
Background color
Panel with #4f166f background
background-color: #4f166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f166f; background: linear-gradient(135deg, #4f166f, #6F1654);