#933ffb
a balanced, electric violet · warm · closest name: blue
RGB
147, 63, 251
HSL
267°, 96%, 62%
CMYK
41, 75, 0, 2
Luminance
0.1672
Every format
| HEX | #933ffb |
| RGB | rgb(147, 63, 251) |
| HSL | hsl(267, 96%, 62%) |
| CMYK | cmyk(41%, 75%, 0%, 2%) |
| LAB | lab(47.9 69.5 -79.5) |
| LCH | lch(47.9 105.6 311.2) |
| OKLCH | oklch(0.582 0.258 298.1) |
Copy-ready code
/* CSS */
color: #933ffb;
background-color: #933ffb;
/* Tailwind (arbitrary) */
class="text-[#933ffb] bg-[#933ffb]"
/* SCSS */
$brand: #933ffb;
/* SwiftUI */
Color(red: 0.576, green: 0.247, blue: 0.984)
/* Android */
Color.parseColor("#933ffb")Accessibility — WCAG contrast
Aa
#933ffb on white: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#933ffb on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green24.7%
Blue98.4%
CMYK percentages
Cyan41.4%
Magenta74.9%
Yellow0.0%
Key (black)1.6%
Color previews
#933ffb text on a black background
contrast 4.34:1
Card sample
#933ffb text on a white background
contrast 4.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #933ffb;
Background color
Panel with #933ffb background
background-color: #933ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #933ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 63, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 63, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #933ffb; background: linear-gradient(135deg, #933ffb, #FB3FE6);