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