#9974be
a balanced, soft violet · warm · closest name: plum
RGB
153, 116, 190
HSL
270°, 36%, 60%
CMYK
20, 39, 0, 26
Luminance
0.2298
Every format
| HEX | #9974be |
| RGB | rgb(153, 116, 190) |
| HSL | hsl(270, 36%, 60%) |
| CMYK | cmyk(20%, 39%, 0%, 26%) |
| LAB | lab(55.0 29.1 -33.5) |
| LCH | lch(55.0 44.3 311.0) |
| OKLCH | oklch(0.624 0.115 306.3) |
Copy-ready code
/* CSS */
color: #9974be;
background-color: #9974be;
/* Tailwind (arbitrary) */
class="text-[#9974be] bg-[#9974be]"
/* SCSS */
$brand: #9974be;
/* SwiftUI */
Color(red: 0.600, green: 0.455, blue: 0.745)
/* Android */
Color.parseColor("#9974be")Accessibility — WCAG contrast
Aa
#9974be on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9974be on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green45.5%
Blue74.5%
CMYK percentages
Cyan19.5%
Magenta38.9%
Yellow0.0%
Key (black)25.5%
Color previews
#9974be text on a black background
contrast 5.60:1
Card sample
#9974be text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9974be;
Background color
Panel with #9974be background
background-color: #9974be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9974be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 116, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 116, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9974be; background: linear-gradient(135deg, #9974be, #BE74B2);