#4f2f6c
a dark, soft violet · warm · closest name: midnightblue
RGB
79, 47, 108
HSL
272°, 39%, 30%
CMYK
27, 57, 0, 58
Luminance
0.0478
Every format
| HEX | #4f2f6c |
| RGB | rgb(79, 47, 108) |
| HSL | hsl(272, 39%, 30%) |
| CMYK | cmyk(27%, 57%, 0%, 58%) |
| LAB | lab(26.1 27.6 -30.1) |
| LCH | lch(26.1 40.9 312.5) |
| OKLCH | oklch(0.374 0.105 306.2) |
Copy-ready code
/* CSS */
color: #4f2f6c;
background-color: #4f2f6c;
/* Tailwind (arbitrary) */
class="text-[#4f2f6c] bg-[#4f2f6c]"
/* SCSS */
$brand: #4f2f6c;
/* SwiftUI */
Color(red: 0.310, green: 0.184, blue: 0.424)
/* Android */
Color.parseColor("#4f2f6c")Accessibility — WCAG contrast
Aa
#4f2f6c on white: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2f6c on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green18.4%
Blue42.4%
CMYK percentages
Cyan26.9%
Magenta56.5%
Yellow0.0%
Key (black)57.6%
Color previews
#4f2f6c text on a black background
contrast 1.96:1
Card sample
#4f2f6c text on a white background
contrast 10.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2f6c;
Background color
Panel with #4f2f6c background
background-color: #4f2f6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2f6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 47, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 47, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2f6c; background: linear-gradient(135deg, #4f2f6c, #6C2F60);