#4f255f
a dark, soft violet · warm · closest name: midnightblue
RGB
79, 37, 95
HSL
283°, 44%, 26%
CMYK
17, 61, 0, 63
Luminance
0.0381
Every format
| HEX | #4f255f |
| RGB | rgb(79, 37, 95) |
| HSL | hsl(283, 44%, 26%) |
| CMYK | cmyk(17%, 61%, 0%, 63%) |
| LAB | lab(23.0 30.3 -26.5) |
| LCH | lch(23.0 40.3 318.8) |
| OKLCH | oklch(0.349 0.106 315.7) |
Copy-ready code
/* CSS */
color: #4f255f;
background-color: #4f255f;
/* Tailwind (arbitrary) */
class="text-[#4f255f] bg-[#4f255f]"
/* SCSS */
$brand: #4f255f;
/* SwiftUI */
Color(red: 0.310, green: 0.145, blue: 0.373)
/* Android */
Color.parseColor("#4f255f")Accessibility — WCAG contrast
Aa
#4f255f on white: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f255f on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green14.5%
Blue37.3%
CMYK percentages
Cyan16.8%
Magenta61.1%
Yellow0.0%
Key (black)62.7%
Color previews
#4f255f text on a black background
contrast 1.76:1
Card sample
#4f255f text on a white background
contrast 11.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f255f;
Background color
Panel with #4f255f background
background-color: #4f255f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f255f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 37, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 37, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f255f; background: linear-gradient(135deg, #4f255f, #5F2548);