#b732df
a balanced, vivid violet · warm · closest name: magenta
RGB
183, 50, 223
HSL
286°, 73%, 54%
CMYK
18, 78, 0, 13
Luminance
0.1768
Every format
| HEX | #b732df |
| RGB | rgb(183, 50, 223) |
| HSL | hsl(286, 73%, 54%) |
| CMYK | cmyk(18%, 78%, 0%, 13%) |
| LAB | lab(49.1 74.3 -61.5) |
| LCH | lch(49.1 96.5 320.4) |
| OKLCH | oklch(0.595 0.253 316.8) |
Copy-ready code
/* CSS */
color: #b732df;
background-color: #b732df;
/* Tailwind (arbitrary) */
class="text-[#b732df] bg-[#b732df]"
/* SCSS */
$brand: #b732df;
/* SwiftUI */
Color(red: 0.718, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#b732df")Accessibility — WCAG contrast
Aa
#b732df on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b732df on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green19.6%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b732df text on a black background
contrast 4.54:1
Card sample
#b732df text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b732df;
Background color
Panel with #b732df background
background-color: #b732df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b732df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b732df; background: linear-gradient(135deg, #b732df, #DF3294);