#7953af
a balanced, soft violet · warm · closest name: slateblue
RGB
121, 83, 175
HSL
265°, 37%, 51%
CMYK
31, 53, 0, 31
Luminance
0.1335
Every format
| HEX | #7953af |
| RGB | rgb(121, 83, 175) |
| HSL | hsl(265, 37%, 51%) |
| CMYK | cmyk(31%, 53%, 0%, 31%) |
| LAB | lab(43.3 35.4 -43.5) |
| LCH | lch(43.3 56.1 309.1) |
| OKLCH | oklch(0.526 0.143 300.7) |
Copy-ready code
/* CSS */
color: #7953af;
background-color: #7953af;
/* Tailwind (arbitrary) */
class="text-[#7953af] bg-[#7953af]"
/* SCSS */
$brand: #7953af;
/* SwiftUI */
Color(red: 0.475, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#7953af")Accessibility — WCAG contrast
Aa
#7953af on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7953af on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green32.5%
Blue68.6%
CMYK percentages
Cyan30.9%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#7953af text on a black background
contrast 3.67:1
Card sample
#7953af text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7953af;
Background color
Panel with #7953af background
background-color: #7953af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7953af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7953af; background: linear-gradient(135deg, #7953af, #AF53A8);