#a72fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
167, 47, 223
HSL
281°, 73%, 53%
CMYK
25, 79, 0, 13
Luminance
0.1558
Every format
| HEX | #a72fdf |
| RGB | rgb(167, 47, 223) |
| HSL | hsl(281, 73%, 53%) |
| CMYK | cmyk(25%, 79%, 0%, 13%) |
| LAB | lab(46.4 72.4 -66.0) |
| LCH | lch(46.4 98.0 317.7) |
| OKLCH | oklch(0.571 0.251 311.8) |
Copy-ready code
/* CSS */
color: #a72fdf;
background-color: #a72fdf;
/* Tailwind (arbitrary) */
class="text-[#a72fdf] bg-[#a72fdf]"
/* SCSS */
$brand: #a72fdf;
/* SwiftUI */
Color(red: 0.655, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#a72fdf")Accessibility — WCAG contrast
Aa
#a72fdf on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a72fdf on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green18.4%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#a72fdf text on a black background
contrast 4.12:1
Card sample
#a72fdf text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a72fdf;
Background color
Panel with #a72fdf background
background-color: #a72fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a72fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a72fdf; background: linear-gradient(135deg, #a72fdf, #DF2FA2);