#7948af
a balanced, soft violet · warm · closest name: slateblue
RGB
121, 72, 175
HSL
269°, 42%, 48%
CMYK
31, 59, 0, 31
Luminance
0.1179
Every format
| HEX | #7948af |
| RGB | rgb(121, 72, 175) |
| HSL | hsl(269, 42%, 48%) |
| CMYK | cmyk(31%, 59%, 0%, 31%) |
| LAB | lab(40.9 41.6 -47.4) |
| LCH | lch(40.9 63.0 311.3) |
| OKLCH | oklch(0.508 0.160 303.1) |
Copy-ready code
/* CSS */
color: #7948af;
background-color: #7948af;
/* Tailwind (arbitrary) */
class="text-[#7948af] bg-[#7948af]"
/* SCSS */
$brand: #7948af;
/* SwiftUI */
Color(red: 0.475, green: 0.282, blue: 0.686)
/* Android */
Color.parseColor("#7948af")Accessibility — WCAG contrast
Aa
#7948af on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7948af on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green28.2%
Blue68.6%
CMYK percentages
Cyan30.9%
Magenta58.9%
Yellow0.0%
Key (black)31.4%
Color previews
#7948af text on a black background
contrast 3.36:1
Card sample
#7948af text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7948af;
Background color
Panel with #7948af background
background-color: #7948af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7948af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 72, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 72, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7948af; background: linear-gradient(135deg, #7948af, #AF48A0);