#934fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
147, 79, 223
HSL
268°, 69%, 59%
CMYK
34, 65, 0, 13
Luminance
0.1712
Every format
| HEX | #934fdf |
| RGB | rgb(147, 79, 223) |
| HSL | hsl(268, 69%, 59%) |
| CMYK | cmyk(34%, 65%, 0%, 13%) |
| LAB | lab(48.4 55.6 -62.9) |
| LCH | lch(48.4 84.0 311.5) |
| OKLCH | oklch(0.580 0.210 301.9) |
Copy-ready code
/* CSS */
color: #934fdf;
background-color: #934fdf;
/* Tailwind (arbitrary) */
class="text-[#934fdf] bg-[#934fdf]"
/* SCSS */
$brand: #934fdf;
/* SwiftUI */
Color(red: 0.576, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#934fdf")Accessibility — WCAG contrast
Aa
#934fdf on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#934fdf on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green31.0%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#934fdf text on a black background
contrast 4.42:1
Card sample
#934fdf text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #934fdf;
Background color
Panel with #934fdf background
background-color: #934fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #934fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #934fdf; background: linear-gradient(135deg, #934fdf, #DF4FCB);