#b930fd
a balanced, electric violet · warm · closest name: magenta
RGB
185, 48, 253
HSL
280°, 98%, 59%
CMYK
27, 81, 0, 1
Luminance
0.1952
Every format
| HEX | #b930fd |
| RGB | rgb(185, 48, 253) |
| HSL | hsl(280, 98%, 59%) |
| CMYK | cmyk(27%, 81%, 0%, 1%) |
| LAB | lab(51.3 80.8 -74.8) |
| LCH | lch(51.3 110.2 317.2) |
| OKLCH | oklch(0.617 0.280 310.7) |
Copy-ready code
/* CSS */
color: #b930fd;
background-color: #b930fd;
/* Tailwind (arbitrary) */
class="text-[#b930fd] bg-[#b930fd]"
/* SCSS */
$brand: #b930fd;
/* SwiftUI */
Color(red: 0.725, green: 0.188, blue: 0.992)
/* Android */
Color.parseColor("#b930fd")Accessibility — WCAG contrast
Aa
#b930fd on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b930fd on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green18.8%
Blue99.2%
CMYK percentages
Cyan26.9%
Magenta81.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b930fd text on a black background
contrast 4.90:1
Card sample
#b930fd text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b930fd;
Background color
Panel with #b930fd background
background-color: #b930fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b930fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 48, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 48, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b930fd; background: linear-gradient(135deg, #b930fd, #FD30B8);