#914bff
a balanced, electric violet · warm · closest name: slateblue
RGB
145, 75, 255
HSL
263°, 100%, 65%
CMYK
43, 71, 0, 0
Luminance
0.1827
Every format
| HEX | #914bff |
| RGB | rgb(145, 75, 255) |
| HSL | hsl(263, 100%, 65%) |
| CMYK | cmyk(43%, 71%, 0%, 0%) |
| LAB | lab(49.8 65.0 -78.6) |
| LCH | lch(49.8 102.0 309.6) |
| OKLCH | oklch(0.596 0.249 295.6) |
Copy-ready code
/* CSS */
color: #914bff;
background-color: #914bff;
/* Tailwind (arbitrary) */
class="text-[#914bff] bg-[#914bff]"
/* SCSS */
$brand: #914bff;
/* SwiftUI */
Color(red: 0.569, green: 0.294, blue: 1.000)
/* Android */
Color.parseColor("#914bff")Accessibility — WCAG contrast
Aa
#914bff on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#914bff on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green29.4%
Blue100.0%
CMYK percentages
Cyan43.1%
Magenta70.6%
Yellow0.0%
Key (black)0.0%
Color previews
#914bff text on a black background
contrast 4.65:1
Card sample
#914bff text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #914bff;
Background color
Panel with #914bff background
background-color: #914bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #914bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 75, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 75, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #914bff; background: linear-gradient(135deg, #914bff, #FF4BF5);