#974fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
151, 79, 223
HSL
270°, 69%, 59%
CMYK
32, 65, 0, 13
Luminance
0.1750
Every format
| HEX | #974fdf |
| RGB | rgb(151, 79, 223) |
| HSL | hsl(270, 69%, 59%) |
| CMYK | cmyk(32%, 65%, 0%, 13%) |
| LAB | lab(48.9 56.5 -62.1) |
| LCH | lch(48.9 83.9 312.3) |
| OKLCH | oklch(0.584 0.211 303.4) |
Copy-ready code
/* CSS */
color: #974fdf;
background-color: #974fdf;
/* Tailwind (arbitrary) */
class="text-[#974fdf] bg-[#974fdf]"
/* SCSS */
$brand: #974fdf;
/* SwiftUI */
Color(red: 0.592, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#974fdf")Accessibility — WCAG contrast
Aa
#974fdf on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#974fdf on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green31.0%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#974fdf text on a black background
contrast 4.50:1
Card sample
#974fdf text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #974fdf;
Background color
Panel with #974fdf background
background-color: #974fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #974fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #974fdf; background: linear-gradient(135deg, #974fdf, #DF4FC7);