#49247f
a dark, vivid violet · warm · closest name: midnightblue
RGB
73, 36, 127
HSL
264°, 56%, 32%
CMYK
43, 72, 0, 50
Luminance
0.0421
Every format
| HEX | #49247f |
| RGB | rgb(73, 36, 127) |
| HSL | hsl(264, 56%, 32%) |
| CMYK | cmyk(43%, 72%, 0%, 50%) |
| LAB | lab(24.4 37.7 -45.1) |
| LCH | lch(24.4 58.8 309.9) |
| OKLCH | oklch(0.364 0.145 297.3) |
Copy-ready code
/* CSS */
color: #49247f;
background-color: #49247f;
/* Tailwind (arbitrary) */
class="text-[#49247f] bg-[#49247f]"
/* SCSS */
$brand: #49247f;
/* SwiftUI */
Color(red: 0.286, green: 0.141, blue: 0.498)
/* Android */
Color.parseColor("#49247f")Accessibility — WCAG contrast
Aa
#49247f on white: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#49247f on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green14.1%
Blue49.8%
CMYK percentages
Cyan42.5%
Magenta71.7%
Yellow0.0%
Key (black)50.2%
Color previews
#49247f text on a black background
contrast 1.84:1
Card sample
#49247f text on a white background
contrast 11.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49247f;
Background color
Panel with #49247f background
background-color: #49247f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49247f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 36, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 36, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49247f; background: linear-gradient(135deg, #49247f, #7F2478);