#b72fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
183, 47, 223
HSL
286°, 73%, 53%
CMYK
18, 79, 0, 13
Luminance
0.1743
Every format
| HEX | #b72fdf |
| RGB | rgb(183, 47, 223) |
| HSL | hsl(286, 73%, 53%) |
| CMYK | cmyk(18%, 79%, 0%, 13%) |
| LAB | lab(48.8 75.2 -62.0) |
| LCH | lch(48.8 97.4 320.5) |
| OKLCH | oklch(0.592 0.256 316.9) |
Copy-ready code
/* CSS */
color: #b72fdf;
background-color: #b72fdf;
/* Tailwind (arbitrary) */
class="text-[#b72fdf] bg-[#b72fdf]"
/* SCSS */
$brand: #b72fdf;
/* SwiftUI */
Color(red: 0.718, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#b72fdf")Accessibility — WCAG contrast
Aa
#b72fdf on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b72fdf on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green18.4%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b72fdf text on a black background
contrast 4.49:1
Card sample
#b72fdf text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b72fdf;
Background color
Panel with #b72fdf background
background-color: #b72fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b72fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b72fdf; background: linear-gradient(135deg, #b72fdf, #DF2F91);