#7253aa
a balanced, soft violet · warm · closest name: slateblue
RGB
114, 83, 170
HSL
261°, 34%, 50%
CMYK
33, 51, 0, 33
Luminance
0.1267
Every format
| HEX | #7253aa |
| RGB | rgb(114, 83, 170) |
| HSL | hsl(261, 34%, 50%) |
| CMYK | cmyk(33%, 51%, 0%, 33%) |
| LAB | lab(42.3 32.2 -42.3) |
| LCH | lch(42.3 53.1 307.3) |
| OKLCH | oklch(0.515 0.135 297.9) |
Copy-ready code
/* CSS */
color: #7253aa;
background-color: #7253aa;
/* Tailwind (arbitrary) */
class="text-[#7253aa] bg-[#7253aa]"
/* SCSS */
$brand: #7253aa;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.667)
/* Android */
Color.parseColor("#7253aa")Accessibility — WCAG contrast
Aa
#7253aa on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7253aa on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue66.7%
CMYK percentages
Cyan32.9%
Magenta51.2%
Yellow0.0%
Key (black)33.3%
Color previews
#7253aa text on a black background
contrast 3.53:1
Card sample
#7253aa text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7253aa;
Background color
Panel with #7253aa background
background-color: #7253aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7253aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7253aa; background: linear-gradient(135deg, #7253aa, #AA53A8);