#7253c3
a balanced, vivid violet · warm · closest name: slateblue
RGB
114, 83, 195
HSL
257°, 48%, 55%
CMYK
42, 57, 0, 24
Luminance
0.1370
Every format
| HEX | #7253c3 |
| RGB | rgb(114, 83, 195) |
| HSL | hsl(257, 48%, 55%) |
| CMYK | cmyk(42%, 57%, 0%, 24%) |
| LAB | lab(43.8 39.0 -54.4) |
| LCH | lch(43.8 67.0 305.6) |
| OKLCH | oklch(0.532 0.168 292.5) |
Copy-ready code
/* CSS */
color: #7253c3;
background-color: #7253c3;
/* Tailwind (arbitrary) */
class="text-[#7253c3] bg-[#7253c3]"
/* SCSS */
$brand: #7253c3;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.765)
/* Android */
Color.parseColor("#7253c3")Accessibility — WCAG contrast
Aa
#7253c3 on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7253c3 on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue76.5%
CMYK percentages
Cyan41.5%
Magenta57.4%
Yellow0.0%
Key (black)23.5%
Color previews
#7253c3 text on a black background
contrast 3.74:1
Card sample
#7253c3 text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7253c3;
Background color
Panel with #7253c3 background
background-color: #7253c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7253c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7253c3; background: linear-gradient(135deg, #7253c3, #BD53C3);