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