#7253c1
a balanced, vivid violet · warm · closest name: slateblue
RGB
114, 83, 193
HSL
257°, 47%, 54%
CMYK
41, 57, 0, 24
Luminance
0.1361
Every format
| HEX | #7253c1 |
| RGB | rgb(114, 83, 193) |
| HSL | hsl(257, 47%, 54%) |
| CMYK | cmyk(41%, 57%, 0%, 24%) |
| LAB | lab(43.7 38.5 -53.5) |
| LCH | lch(43.7 65.9 305.7) |
| OKLCH | oklch(0.530 0.165 292.9) |
Copy-ready code
/* CSS */
color: #7253c1;
background-color: #7253c1;
/* Tailwind (arbitrary) */
class="text-[#7253c1] bg-[#7253c1]"
/* SCSS */
$brand: #7253c1;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.757)
/* Android */
Color.parseColor("#7253c1")Accessibility — WCAG contrast
Aa
#7253c1 on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7253c1 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue75.7%
CMYK percentages
Cyan40.9%
Magenta57.0%
Yellow0.0%
Key (black)24.3%
Color previews
#7253c1 text on a black background
contrast 3.72:1
Card sample
#7253c1 text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7253c1;
Background color
Panel with #7253c1 background
background-color: #7253c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7253c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7253c1; background: linear-gradient(135deg, #7253c1, #BB53C1);