#974cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 76, 223
HSL
271°, 70%, 59%
CMYK
32, 66, 0, 13
Luminance
0.1708
Every format
| HEX | #974cdf |
| RGB | rgb(151, 76, 223) |
| HSL | hsl(271, 70%, 59%) |
| CMYK | cmyk(32%, 66%, 0%, 13%) |
| LAB | lab(48.4 57.9 -63.0) |
| LCH | lch(48.4 85.5 312.6) |
| OKLCH | oklch(0.580 0.215 303.8) |
Copy-ready code
/* CSS */
color: #974cdf;
background-color: #974cdf;
/* Tailwind (arbitrary) */
class="text-[#974cdf] bg-[#974cdf]"
/* SCSS */
$brand: #974cdf;
/* SwiftUI */
Color(red: 0.592, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#974cdf")Accessibility — WCAG contrast
Aa
#974cdf on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#974cdf on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green29.8%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#974cdf text on a black background
contrast 4.42:1
Card sample
#974cdf text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #974cdf;
Background color
Panel with #974cdf background
background-color: #974cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #974cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #974cdf; background: linear-gradient(135deg, #974cdf, #DF4CC5);