#7951ae
a balanced, soft violet · warm · closest name: slateblue
RGB
121, 81, 174
HSL
266°, 37%, 50%
CMYK
31, 53, 0, 32
Luminance
0.1301
Every format
| HEX | #7951ae |
| RGB | rgb(121, 81, 174) |
| HSL | hsl(266, 37%, 50%) |
| CMYK | cmyk(31%, 53%, 0%, 32%) |
| LAB | lab(42.8 36.3 -43.8) |
| LCH | lch(42.8 56.8 309.6) |
| OKLCH | oklch(0.522 0.145 301.4) |
Copy-ready code
/* CSS */
color: #7951ae;
background-color: #7951ae;
/* Tailwind (arbitrary) */
class="text-[#7951ae] bg-[#7951ae]"
/* SCSS */
$brand: #7951ae;
/* SwiftUI */
Color(red: 0.475, green: 0.318, blue: 0.682)
/* Android */
Color.parseColor("#7951ae")Accessibility — WCAG contrast
Aa
#7951ae on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7951ae on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green31.8%
Blue68.2%
CMYK percentages
Cyan30.5%
Magenta53.4%
Yellow0.0%
Key (black)31.8%
Color previews
#7951ae text on a black background
contrast 3.60:1
Card sample
#7951ae text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7951ae;
Background color
Panel with #7951ae background
background-color: #7951ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7951ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 81, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 81, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7951ae; background: linear-gradient(135deg, #7951ae, #AE51A5);