#4f366d
a dark, soft violet · warm · closest name: midnightblue
RGB
79, 54, 109
HSL
267°, 34%, 32%
CMYK
28, 51, 0, 57
Luminance
0.0540
Every format
| HEX | #4f366d |
| RGB | rgb(79, 54, 109) |
| HSL | hsl(267, 34%, 32%) |
| CMYK | cmyk(28%, 51%, 0%, 57%) |
| LAB | lab(27.9 23.5 -28.0) |
| LCH | lch(27.9 36.5 310.1) |
| OKLCH | oklch(0.388 0.094 303.3) |
Copy-ready code
/* CSS */
color: #4f366d;
background-color: #4f366d;
/* Tailwind (arbitrary) */
class="text-[#4f366d] bg-[#4f366d]"
/* SCSS */
$brand: #4f366d;
/* SwiftUI */
Color(red: 0.310, green: 0.212, blue: 0.427)
/* Android */
Color.parseColor("#4f366d")Accessibility — WCAG contrast
Aa
#4f366d on white: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f366d on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green21.2%
Blue42.7%
CMYK percentages
Cyan27.5%
Magenta50.5%
Yellow0.0%
Key (black)57.3%
Color previews
#4f366d text on a black background
contrast 2.08:1
Card sample
#4f366d text on a white background
contrast 10.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f366d;
Background color
Panel with #4f366d background
background-color: #4f366d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f366d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 54, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 54, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f366d; background: linear-gradient(135deg, #4f366d, #6D3666);