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