#b730fd
a balanced, electric violet · warm · closest name: magenta
RGB
183, 48, 253
HSL
280°, 98%, 59%
CMYK
28, 81, 0, 1
Luminance
0.1927
Every format
| HEX | #b730fd |
| RGB | rgb(183, 48, 253) |
| HSL | hsl(280, 98%, 59%) |
| CMYK | cmyk(28%, 81%, 0%, 1%) |
| LAB | lab(51.0 80.5 -75.3) |
| LCH | lch(51.0 110.3 316.9) |
| OKLCH | oklch(0.614 0.280 310.1) |
Copy-ready code
/* CSS */
color: #b730fd;
background-color: #b730fd;
/* Tailwind (arbitrary) */
class="text-[#b730fd] bg-[#b730fd]"
/* SCSS */
$brand: #b730fd;
/* SwiftUI */
Color(red: 0.718, green: 0.188, blue: 0.992)
/* Android */
Color.parseColor("#b730fd")Accessibility — WCAG contrast
Aa
#b730fd on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b730fd on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green18.8%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta81.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b730fd text on a black background
contrast 4.85:1
Card sample
#b730fd text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b730fd;
Background color
Panel with #b730fd background
background-color: #b730fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b730fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 48, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 48, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b730fd; background: linear-gradient(135deg, #b730fd, #FD30BA);