#b730df
a balanced, vivid violet · warm · closest name: magenta
RGB
183, 48, 223
HSL
286°, 73%, 53%
CMYK
18, 79, 0, 13
Luminance
0.1751
Every format
| HEX | #b730df |
| RGB | rgb(183, 48, 223) |
| HSL | hsl(286, 73%, 53%) |
| CMYK | cmyk(18%, 79%, 0%, 13%) |
| LAB | lab(48.9 74.9 -61.9) |
| LCH | lch(48.9 97.1 320.4) |
| OKLCH | oklch(0.593 0.255 316.9) |
Copy-ready code
/* CSS */
color: #b730df;
background-color: #b730df;
/* Tailwind (arbitrary) */
class="text-[#b730df] bg-[#b730df]"
/* SCSS */
$brand: #b730df;
/* SwiftUI */
Color(red: 0.718, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#b730df")Accessibility — WCAG contrast
Aa
#b730df on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b730df on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green18.8%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b730df text on a black background
contrast 4.50:1
Card sample
#b730df text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b730df;
Background color
Panel with #b730df background
background-color: #b730df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b730df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b730df; background: linear-gradient(135deg, #b730df, #DF3092);