#930fdf
a balanced, electric violet · warm · closest name: magenta
RGB
147, 15, 223
HSL
278°, 87%, 47%
CMYK
34, 93, 0, 13
Luminance
0.1187
Every format
| HEX | #930fdf |
| RGB | rgb(147, 15, 223) |
| HSL | hsl(278, 87%, 47%) |
| CMYK | cmyk(34%, 93%, 0%, 13%) |
| LAB | lab(41.0 76.8 -74.9) |
| LCH | lch(41.0 107.3 315.7) |
| OKLCH | oklch(0.527 0.265 306.4) |
Copy-ready code
/* CSS */
color: #930fdf;
background-color: #930fdf;
/* Tailwind (arbitrary) */
class="text-[#930fdf] bg-[#930fdf]"
/* SCSS */
$brand: #930fdf;
/* SwiftUI */
Color(red: 0.576, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#930fdf")Accessibility — WCAG contrast
Aa
#930fdf on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#930fdf on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green5.9%
Blue87.5%
CMYK percentages
Cyan34.1%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#930fdf text on a black background
contrast 3.37:1
Card sample
#930fdf text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #930fdf;
Background color
Panel with #930fdf background
background-color: #930fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #930fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #930fdf; background: linear-gradient(135deg, #930fdf, #DF0FA0);