#b72be9
a balanced, electric violet · warm · closest name: magenta
RGB
183, 43, 233
HSL
284°, 81%, 54%
CMYK
22, 82, 0, 9
Luminance
0.1768
Every format
| HEX | #b72be9 |
| RGB | rgb(183, 43, 233) |
| HSL | hsl(284, 81%, 54%) |
| CMYK | cmyk(22%, 82%, 0%, 9%) |
| LAB | lab(49.1 78.1 -67.2) |
| LCH | lch(49.1 103.0 319.3) |
| OKLCH | oklch(0.597 0.267 314.6) |
Copy-ready code
/* CSS */
color: #b72be9;
background-color: #b72be9;
/* Tailwind (arbitrary) */
class="text-[#b72be9] bg-[#b72be9]"
/* SCSS */
$brand: #b72be9;
/* SwiftUI */
Color(red: 0.718, green: 0.169, blue: 0.914)
/* Android */
Color.parseColor("#b72be9")Accessibility — WCAG contrast
Aa
#b72be9 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b72be9 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green16.9%
Blue91.4%
CMYK percentages
Cyan21.5%
Magenta81.5%
Yellow0.0%
Key (black)8.6%
Color previews
#b72be9 text on a black background
contrast 4.54:1
Card sample
#b72be9 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b72be9;
Background color
Panel with #b72be9 background
background-color: #b72be9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b72be9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 43, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 43, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b72be9; background: linear-gradient(135deg, #b72be9, #E92B9C);