#7253af
a balanced, soft violet · warm · closest name: slateblue
RGB
114, 83, 175
HSL
260°, 37%, 51%
CMYK
35, 53, 0, 31
Luminance
0.1286
Every format
| HEX | #7253af |
| RGB | rgb(114, 83, 175) |
| HSL | hsl(260, 37%, 51%) |
| CMYK | cmyk(35%, 53%, 0%, 31%) |
| LAB | lab(42.5 33.5 -44.8) |
| LCH | lch(42.5 55.9 306.8) |
| OKLCH | oklch(0.519 0.142 296.7) |
Copy-ready code
/* CSS */
color: #7253af;
background-color: #7253af;
/* Tailwind (arbitrary) */
class="text-[#7253af] bg-[#7253af]"
/* SCSS */
$brand: #7253af;
/* SwiftUI */
Color(red: 0.447, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#7253af")Accessibility — WCAG contrast
Aa
#7253af on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7253af on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green32.5%
Blue68.6%
CMYK percentages
Cyan34.9%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#7253af text on a black background
contrast 3.57:1
Card sample
#7253af text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7253af;
Background color
Panel with #7253af background
background-color: #7253af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7253af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7253af; background: linear-gradient(135deg, #7253af, #AF53AF);