#933ffd
a balanced, electric violet · warm · closest name: blue
RGB
147, 63, 253
HSL
267°, 98%, 62%
CMYK
42, 75, 0, 1
Luminance
0.1685
Every format
| HEX | #933ffd |
| RGB | rgb(147, 63, 253) |
| HSL | hsl(267, 98%, 62%) |
| CMYK | cmyk(42%, 75%, 0%, 1%) |
| LAB | lab(48.1 70.0 -80.3) |
| LCH | lch(48.1 106.5 311.1) |
| OKLCH | oklch(0.584 0.260 297.7) |
Copy-ready code
/* CSS */
color: #933ffd;
background-color: #933ffd;
/* Tailwind (arbitrary) */
class="text-[#933ffd] bg-[#933ffd]"
/* SCSS */
$brand: #933ffd;
/* SwiftUI */
Color(red: 0.576, green: 0.247, blue: 0.992)
/* Android */
Color.parseColor("#933ffd")Accessibility — WCAG contrast
Aa
#933ffd on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#933ffd on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green24.7%
Blue99.2%
CMYK percentages
Cyan41.9%
Magenta75.1%
Yellow0.0%
Key (black)0.8%
Color previews
#933ffd text on a black background
contrast 4.37:1
Card sample
#933ffd text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #933ffd;
Background color
Panel with #933ffd background
background-color: #933ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #933ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 63, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 63, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #933ffd; background: linear-gradient(135deg, #933ffd, #FD3FE8);