#a72be8
a balanced, electric violet · warm · closest name: magenta
RGB
167, 43, 232
HSL
279°, 80%, 54%
CMYK
28, 82, 0, 9
Luminance
0.1577
Every format
| HEX | #a72be8 |
| RGB | rgb(167, 43, 232) |
| HSL | hsl(279, 80%, 54%) |
| CMYK | cmyk(28%, 82%, 0%, 9%) |
| LAB | lab(46.7 75.4 -70.7) |
| LCH | lch(46.7 103.3 316.8) |
| OKLCH | oklch(0.575 0.262 309.9) |
Copy-ready code
/* CSS */
color: #a72be8;
background-color: #a72be8;
/* Tailwind (arbitrary) */
class="text-[#a72be8] bg-[#a72be8]"
/* SCSS */
$brand: #a72be8;
/* SwiftUI */
Color(red: 0.655, green: 0.169, blue: 0.910)
/* Android */
Color.parseColor("#a72be8")Accessibility — WCAG contrast
Aa
#a72be8 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a72be8 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green16.9%
Blue91.0%
CMYK percentages
Cyan28.0%
Magenta81.5%
Yellow0.0%
Key (black)9.0%
Color previews
#a72be8 text on a black background
contrast 4.15:1
Card sample
#a72be8 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a72be8;
Background color
Panel with #a72be8 background
background-color: #a72be8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a72be8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 43, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 43, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a72be8; background: linear-gradient(135deg, #a72be8, #E82BAB);