#4f337d
a dark, soft violet · warm · closest name: midnightblue
RGB
79, 51, 125
HSL
263°, 42%, 35%
CMYK
37, 59, 0, 51
Luminance
0.0551
Every format
| HEX | #4f337d |
| RGB | rgb(79, 51, 125) |
| HSL | hsl(263, 42%, 35%) |
| CMYK | cmyk(37%, 59%, 0%, 51%) |
| LAB | lab(28.1 29.9 -37.6) |
| LCH | lch(28.1 48.0 308.4) |
| OKLCH | oklch(0.393 0.121 298.1) |
Copy-ready code
/* CSS */
color: #4f337d;
background-color: #4f337d;
/* Tailwind (arbitrary) */
class="text-[#4f337d] bg-[#4f337d]"
/* SCSS */
$brand: #4f337d;
/* SwiftUI */
Color(red: 0.310, green: 0.200, blue: 0.490)
/* Android */
Color.parseColor("#4f337d")Accessibility — WCAG contrast
Aa
#4f337d on white: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f337d on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green20.0%
Blue49.0%
CMYK percentages
Cyan36.8%
Magenta59.2%
Yellow0.0%
Key (black)51.0%
Color previews
#4f337d text on a black background
contrast 2.10:1
Card sample
#4f337d text on a white background
contrast 9.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f337d;
Background color
Panel with #4f337d background
background-color: #4f337d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f337d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 51, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 51, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f337d; background: linear-gradient(135deg, #4f337d, #7D337A);