#b72be5
a balanced, electric violet · warm · closest name: magenta
RGB
183, 43, 229
HSL
285°, 78%, 53%
CMYK
20, 81, 0, 10
Luminance
0.1745
Every format
| HEX | #b72be5 |
| RGB | rgb(183, 43, 229) |
| HSL | hsl(285, 78%, 53%) |
| CMYK | cmyk(20%, 81%, 0%, 10%) |
| LAB | lab(48.8 77.4 -65.4) |
| LCH | lch(48.8 101.3 319.8) |
| OKLCH | oklch(0.594 0.264 315.6) |
Copy-ready code
/* CSS */
color: #b72be5;
background-color: #b72be5;
/* Tailwind (arbitrary) */
class="text-[#b72be5] bg-[#b72be5]"
/* SCSS */
$brand: #b72be5;
/* SwiftUI */
Color(red: 0.718, green: 0.169, blue: 0.898)
/* Android */
Color.parseColor("#b72be5")Accessibility — WCAG contrast
Aa
#b72be5 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b72be5 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green16.9%
Blue89.8%
CMYK percentages
Cyan20.1%
Magenta81.2%
Yellow0.0%
Key (black)10.2%
Color previews
#b72be5 text on a black background
contrast 4.49:1
Card sample
#b72be5 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b72be5;
Background color
Panel with #b72be5 background
background-color: #b72be5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b72be5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 43, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 43, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b72be5; background: linear-gradient(135deg, #b72be5, #E52B97);