#7449cb
a balanced, vivid violet · warm · closest name: slateblue
RGB
116, 73, 203
HSL
260°, 56%, 54%
CMYK
43, 64, 0, 20
Luminance
0.1279
Every format
| HEX | #7449cb |
| RGB | rgb(116, 73, 203) |
| HSL | hsl(260, 56%, 54%) |
| CMYK | cmyk(43%, 64%, 0%, 20%) |
| LAB | lab(42.4 47.3 -61.3) |
| LCH | lch(42.4 77.4 307.7) |
| OKLCH | oklch(0.524 0.192 294.0) |
Copy-ready code
/* CSS */
color: #7449cb;
background-color: #7449cb;
/* Tailwind (arbitrary) */
class="text-[#7449cb] bg-[#7449cb]"
/* SCSS */
$brand: #7449cb;
/* SwiftUI */
Color(red: 0.455, green: 0.286, blue: 0.796)
/* Android */
Color.parseColor("#7449cb")Accessibility — WCAG contrast
Aa
#7449cb on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7449cb on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green28.6%
Blue79.6%
CMYK percentages
Cyan42.9%
Magenta64.0%
Yellow0.0%
Key (black)20.4%
Color previews
#7449cb text on a black background
contrast 3.56:1
Card sample
#7449cb text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7449cb;
Background color
Panel with #7449cb background
background-color: #7449cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7449cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 73, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 73, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7449cb; background: linear-gradient(135deg, #7449cb, #CB49CB);