#7955af
a balanced, soft violet · warm · closest name: slateblue
RGB
121, 85, 175
HSL
264°, 36%, 51%
CMYK
31, 51, 0, 31
Luminance
0.1366
Every format
| HEX | #7955af |
| RGB | rgb(121, 85, 175) |
| HSL | hsl(264, 36%, 51%) |
| CMYK | cmyk(31%, 51%, 0%, 31%) |
| LAB | lab(43.7 34.2 -42.8) |
| LCH | lch(43.7 54.8 308.6) |
| OKLCH | oklch(0.529 0.140 300.1) |
Copy-ready code
/* CSS */
color: #7955af;
background-color: #7955af;
/* Tailwind (arbitrary) */
class="text-[#7955af] bg-[#7955af]"
/* SCSS */
$brand: #7955af;
/* SwiftUI */
Color(red: 0.475, green: 0.333, blue: 0.686)
/* Android */
Color.parseColor("#7955af")Accessibility — WCAG contrast
Aa
#7955af on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7955af on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green33.3%
Blue68.6%
CMYK percentages
Cyan30.9%
Magenta51.4%
Yellow0.0%
Key (black)31.4%
Color previews
#7955af text on a black background
contrast 3.73:1
Card sample
#7955af text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7955af;
Background color
Panel with #7955af background
background-color: #7955af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7955af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 85, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 85, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7955af; background: linear-gradient(135deg, #7955af, #AF55A9);