#974cff
a balanced, electric violet · warm · closest name: slateblue
RGB
151, 76, 255
HSL
265°, 100%, 65%
CMYK
41, 70, 0, 0
Luminance
0.1897
Every format
| HEX | #974cff |
| RGB | rgb(151, 76, 255) |
| HSL | hsl(265, 100%, 65%) |
| CMYK | cmyk(41%, 70%, 0%, 0%) |
| LAB | lab(50.6 65.5 -77.2) |
| LCH | lch(50.6 101.3 310.3) |
| OKLCH | oklch(0.604 0.249 297.5) |
Copy-ready code
/* CSS */
color: #974cff;
background-color: #974cff;
/* Tailwind (arbitrary) */
class="text-[#974cff] bg-[#974cff]"
/* SCSS */
$brand: #974cff;
/* SwiftUI */
Color(red: 0.592, green: 0.298, blue: 1.000)
/* Android */
Color.parseColor("#974cff")Accessibility — WCAG contrast
Aa
#974cff on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#974cff on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green29.8%
Blue100.0%
CMYK percentages
Cyan40.8%
Magenta70.2%
Yellow0.0%
Key (black)0.0%
Color previews
#974cff text on a black background
contrast 4.79:1
Card sample
#974cff text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #974cff;
Background color
Panel with #974cff background
background-color: #974cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #974cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 76, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 76, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #974cff; background: linear-gradient(135deg, #974cff, #FF4CF0);