#7253c9
a balanced, vivid violet · warm · closest name: slateblue
RGB
114, 83, 201
HSL
256°, 52%, 56%
CMYK
43, 59, 0, 21
Luminance
0.1398
Every format
| HEX | #7253c9 |
| RGB | rgb(114, 83, 201) |
| HSL | hsl(256, 52%, 56%) |
| CMYK | cmyk(43%, 59%, 0%, 21%) |
| LAB | lab(44.2 40.7 -57.3) |
| LCH | lch(44.2 70.3 305.4) |
| OKLCH | oklch(0.536 0.175 291.5) |
Copy-ready code
/* CSS */
color: #7253c9;
background-color: #7253c9;
/* Tailwind (arbitrary) */
class="text-[#7253c9] bg-[#7253c9]"
/* SCSS */
$brand: #7253c9;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.788)
/* Android */
Color.parseColor("#7253c9")Accessibility — WCAG contrast
Aa
#7253c9 on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7253c9 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue78.8%
CMYK percentages
Cyan43.3%
Magenta58.7%
Yellow0.0%
Key (black)21.2%
Color previews
#7253c9 text on a black background
contrast 3.80:1
Card sample
#7253c9 text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7253c9;
Background color
Panel with #7253c9 background
background-color: #7253c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7253c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7253c9; background: linear-gradient(135deg, #7253c9, #C153C9);