#b72afd
a balanced, electric violet · warm · closest name: magenta
RGB
183, 42, 253
HSL
280°, 98%, 58%
CMYK
28, 83, 0, 1
Luminance
0.1882
Every format
| HEX | #b72afd |
| RGB | rgb(183, 42, 253) |
| HSL | hsl(280, 98%, 58%) |
| CMYK | cmyk(28%, 83%, 0%, 1%) |
| LAB | lab(50.5 82.1 -76.2) |
| LCH | lch(50.5 112.0 317.1) |
| OKLCH | oklch(0.611 0.284 310.3) |
Copy-ready code
/* CSS */
color: #b72afd;
background-color: #b72afd;
/* Tailwind (arbitrary) */
class="text-[#b72afd] bg-[#b72afd]"
/* SCSS */
$brand: #b72afd;
/* SwiftUI */
Color(red: 0.718, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#b72afd")Accessibility — WCAG contrast
Aa
#b72afd on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b72afd on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green16.5%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#b72afd text on a black background
contrast 4.76:1
Card sample
#b72afd text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b72afd;
Background color
Panel with #b72afd background
background-color: #b72afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b72afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b72afd; background: linear-gradient(135deg, #b72afd, #FD2AB6);