#b72beb
a balanced, electric violet · warm · closest name: magenta
RGB
183, 43, 235
HSL
284°, 83%, 55%
CMYK
22, 82, 0, 8
Luminance
0.1779
Every format
| HEX | #b72beb |
| RGB | rgb(183, 43, 235) |
| HSL | hsl(284, 83%, 55%) |
| CMYK | cmyk(22%, 82%, 0%, 8%) |
| LAB | lab(49.3 78.5 -68.1) |
| LCH | lch(49.3 103.9 319.0) |
| OKLCH | oklch(0.598 0.269 314.2) |
Copy-ready code
/* CSS */
color: #b72beb;
background-color: #b72beb;
/* Tailwind (arbitrary) */
class="text-[#b72beb] bg-[#b72beb]"
/* SCSS */
$brand: #b72beb;
/* SwiftUI */
Color(red: 0.718, green: 0.169, blue: 0.922)
/* Android */
Color.parseColor("#b72beb")Accessibility — WCAG contrast
Aa
#b72beb on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b72beb on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green16.9%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta81.7%
Yellow0.0%
Key (black)7.8%
Color previews
#b72beb text on a black background
contrast 4.56:1
Card sample
#b72beb text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b72beb;
Background color
Panel with #b72beb background
background-color: #b72beb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b72beb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 43, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 43, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b72beb; background: linear-gradient(135deg, #b72beb, #EB2B9F);