#7253c6
a balanced, vivid violet · warm · closest name: slateblue
RGB
114, 83, 198
HSL
256°, 50%, 55%
CMYK
42, 58, 0, 22
Luminance
0.1384
Every format
| HEX | #7253c6 |
| RGB | rgb(114, 83, 198) |
| HSL | hsl(256, 50%, 55%) |
| CMYK | cmyk(42%, 58%, 0%, 22%) |
| LAB | lab(44.0 39.9 -55.9) |
| LCH | lch(44.0 68.6 305.5) |
| OKLCH | oklch(0.534 0.172 292.0) |
Copy-ready code
/* CSS */
color: #7253c6;
background-color: #7253c6;
/* Tailwind (arbitrary) */
class="text-[#7253c6] bg-[#7253c6]"
/* SCSS */
$brand: #7253c6;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.776)
/* Android */
Color.parseColor("#7253c6")Accessibility — WCAG contrast
Aa
#7253c6 on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7253c6 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue77.6%
CMYK percentages
Cyan42.4%
Magenta58.1%
Yellow0.0%
Key (black)22.4%
Color previews
#7253c6 text on a black background
contrast 3.77:1
Card sample
#7253c6 text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7253c6;
Background color
Panel with #7253c6 background
background-color: #7253c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7253c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7253c6; background: linear-gradient(135deg, #7253c6, #BF53C6);