#b72be7
a balanced, electric violet · warm · closest name: magenta
RGB
183, 43, 231
HSL
285°, 80%, 54%
CMYK
21, 81, 0, 9
Luminance
0.1756
Every format
| HEX | #b72be7 |
| RGB | rgb(183, 43, 231) |
| HSL | hsl(285, 80%, 54%) |
| CMYK | cmyk(21%, 81%, 0%, 9%) |
| LAB | lab(49.0 77.7 -66.3) |
| LCH | lch(49.0 102.2 319.5) |
| OKLCH | oklch(0.595 0.266 315.1) |
Copy-ready code
/* CSS */
color: #b72be7;
background-color: #b72be7;
/* Tailwind (arbitrary) */
class="text-[#b72be7] bg-[#b72be7]"
/* SCSS */
$brand: #b72be7;
/* SwiftUI */
Color(red: 0.718, green: 0.169, blue: 0.906)
/* Android */
Color.parseColor("#b72be7")Accessibility — WCAG contrast
Aa
#b72be7 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b72be7 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green16.9%
Blue90.6%
CMYK percentages
Cyan20.8%
Magenta81.4%
Yellow0.0%
Key (black)9.4%
Color previews
#b72be7 text on a black background
contrast 4.51:1
Card sample
#b72be7 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b72be7;
Background color
Panel with #b72be7 background
background-color: #b72be7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b72be7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 43, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 43, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b72be7; background: linear-gradient(135deg, #b72be7, #E72B9A);