#4f3c77
a dark, soft violet · warm · closest name: midnightblue
RGB
79, 60, 119
HSL
259°, 33%, 35%
CMYK
34, 50, 0, 53
Luminance
0.0623
Every format
| HEX | #4f3c77 |
| RGB | rgb(79, 60, 119) |
| HSL | hsl(259, 33%, 35%) |
| CMYK | cmyk(34%, 50%, 0%, 53%) |
| LAB | lab(30.0 22.5 -30.9) |
| LCH | lch(30.0 38.3 306.0) |
| OKLCH | oklch(0.406 0.098 296.7) |
Copy-ready code
/* CSS */
color: #4f3c77;
background-color: #4f3c77;
/* Tailwind (arbitrary) */
class="text-[#4f3c77] bg-[#4f3c77]"
/* SCSS */
$brand: #4f3c77;
/* SwiftUI */
Color(red: 0.310, green: 0.235, blue: 0.467)
/* Android */
Color.parseColor("#4f3c77")Accessibility — WCAG contrast
Aa
#4f3c77 on white: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f3c77 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green23.5%
Blue46.7%
CMYK percentages
Cyan33.6%
Magenta49.6%
Yellow0.0%
Key (black)53.3%
Color previews
#4f3c77 text on a black background
contrast 2.25:1
Card sample
#4f3c77 text on a white background
contrast 9.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f3c77;
Background color
Panel with #4f3c77 background
background-color: #4f3c77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f3c77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 60, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 60, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f3c77; background: linear-gradient(135deg, #4f3c77, #763C77);