#933ffe
a balanced, electric violet · warm · closest name: blue
RGB
147, 63, 254
HSL
266°, 99%, 62%
CMYK
42, 75, 0, 0
Luminance
0.1691
Every format
| HEX | #933ffe |
| RGB | rgb(147, 63, 254) |
| HSL | hsl(266, 99%, 62%) |
| CMYK | cmyk(42%, 75%, 0%, 0%) |
| LAB | lab(48.1 70.2 -80.7) |
| LCH | lch(48.1 107.0 311.0) |
| OKLCH | oklch(0.585 0.261 297.6) |
Copy-ready code
/* CSS */
color: #933ffe;
background-color: #933ffe;
/* Tailwind (arbitrary) */
class="text-[#933ffe] bg-[#933ffe]"
/* SCSS */
$brand: #933ffe;
/* SwiftUI */
Color(red: 0.576, green: 0.247, blue: 0.996)
/* Android */
Color.parseColor("#933ffe")Accessibility — WCAG contrast
Aa
#933ffe on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#933ffe on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green24.7%
Blue99.6%
CMYK percentages
Cyan42.1%
Magenta75.2%
Yellow0.0%
Key (black)0.4%
Color previews
#933ffe text on a black background
contrast 4.38:1
Card sample
#933ffe text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #933ffe;
Background color
Panel with #933ffe background
background-color: #933ffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #933ffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 63, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 63, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #933ffe; background: linear-gradient(135deg, #933ffe, #FE3FEA);