#73449c
a dark, soft violet · warm · closest name: slateblue
RGB
115, 68, 156
HSL
272°, 39%, 44%
CMYK
26, 56, 0, 39
Luminance
0.1018
Every format
| HEX | #73449c |
| RGB | rgb(115, 68, 156) |
| HSL | hsl(272, 39%, 44%) |
| CMYK | cmyk(26%, 56%, 0%, 39%) |
| LAB | lab(38.2 37.6 -40.4) |
| LCH | lch(38.2 55.2 312.9) |
| OKLCH | oklch(0.483 0.141 306.5) |
Copy-ready code
/* CSS */
color: #73449c;
background-color: #73449c;
/* Tailwind (arbitrary) */
class="text-[#73449c] bg-[#73449c]"
/* SCSS */
$brand: #73449c;
/* SwiftUI */
Color(red: 0.451, green: 0.267, blue: 0.612)
/* Android */
Color.parseColor("#73449c")Accessibility — WCAG contrast
Aa
#73449c on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#73449c on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green26.7%
Blue61.2%
CMYK percentages
Cyan26.3%
Magenta56.4%
Yellow0.0%
Key (black)38.8%
Color previews
#73449c text on a black background
contrast 3.04:1
Card sample
#73449c text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73449c;
Background color
Panel with #73449c background
background-color: #73449c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73449c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 68, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 68, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73449c; background: linear-gradient(135deg, #73449c, #9C448A);