#b72af5
a balanced, electric violet · warm · closest name: magenta
RGB
183, 42, 245
HSL
282°, 91%, 56%
CMYK
25, 83, 0, 4
Luminance
0.1832
Every format
| HEX | #b72af5 |
| RGB | rgb(183, 42, 245) |
| HSL | hsl(282, 91%, 56%) |
| CMYK | cmyk(25%, 83%, 0%, 4%) |
| LAB | lab(49.9 80.6 -72.7) |
| LCH | lch(49.9 108.5 317.9) |
| OKLCH | oklch(0.605 0.277 312.0) |
Copy-ready code
/* CSS */
color: #b72af5;
background-color: #b72af5;
/* Tailwind (arbitrary) */
class="text-[#b72af5] bg-[#b72af5]"
/* SCSS */
$brand: #b72af5;
/* SwiftUI */
Color(red: 0.718, green: 0.165, blue: 0.961)
/* Android */
Color.parseColor("#b72af5")Accessibility — WCAG contrast
Aa
#b72af5 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b72af5 on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green16.5%
Blue96.1%
CMYK percentages
Cyan25.3%
Magenta82.9%
Yellow0.0%
Key (black)3.9%
Color previews
#b72af5 text on a black background
contrast 4.66:1
Card sample
#b72af5 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b72af5;
Background color
Panel with #b72af5 background
background-color: #b72af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b72af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 42, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 42, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b72af5; background: linear-gradient(135deg, #b72af5, #F52AAC);