#4f2859
a dark, soft violet · warm · closest name: midnightblue
RGB
79, 40, 89
HSL
288°, 38%, 25%
CMYK
11, 55, 0, 65
Luminance
0.0390
Every format
| HEX | #4f2859 |
| RGB | rgb(79, 40, 89) |
| HSL | hsl(288, 38%, 25%) |
| CMYK | cmyk(11%, 55%, 0%, 65%) |
| LAB | lab(23.3 27.1 -22.1) |
| LCH | lch(23.3 35.0 320.8) |
| OKLCH | oklch(0.350 0.094 319.1) |
Copy-ready code
/* CSS */
color: #4f2859;
background-color: #4f2859;
/* Tailwind (arbitrary) */
class="text-[#4f2859] bg-[#4f2859]"
/* SCSS */
$brand: #4f2859;
/* SwiftUI */
Color(red: 0.310, green: 0.157, blue: 0.349)
/* Android */
Color.parseColor("#4f2859")Accessibility — WCAG contrast
Aa
#4f2859 on white: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2859 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green15.7%
Blue34.9%
CMYK percentages
Cyan11.2%
Magenta55.1%
Yellow0.0%
Key (black)65.1%
Color previews
#4f2859 text on a black background
contrast 1.78:1
Card sample
#4f2859 text on a white background
contrast 11.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2859;
Background color
Panel with #4f2859 background
background-color: #4f2859;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2859;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 40, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 40, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2859; background: linear-gradient(135deg, #4f2859, #592842);