#a72be6
a balanced, electric violet · warm · closest name: magenta
RGB
167, 43, 230
HSL
280°, 79%, 54%
CMYK
27, 81, 0, 10
Luminance
0.1566
Every format
| HEX | #a72be6 |
| RGB | rgb(167, 43, 230) |
| HSL | hsl(280, 79%, 54%) |
| CMYK | cmyk(27%, 81%, 0%, 10%) |
| LAB | lab(46.5 75.0 -69.8) |
| LCH | lch(46.5 102.4 317.0) |
| OKLCH | oklch(0.573 0.260 310.4) |
Copy-ready code
/* CSS */
color: #a72be6;
background-color: #a72be6;
/* Tailwind (arbitrary) */
class="text-[#a72be6] bg-[#a72be6]"
/* SCSS */
$brand: #a72be6;
/* SwiftUI */
Color(red: 0.655, green: 0.169, blue: 0.902)
/* Android */
Color.parseColor("#a72be6")Accessibility — WCAG contrast
Aa
#a72be6 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a72be6 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green16.9%
Blue90.2%
CMYK percentages
Cyan27.4%
Magenta81.3%
Yellow0.0%
Key (black)9.8%
Color previews
#a72be6 text on a black background
contrast 4.13:1
Card sample
#a72be6 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a72be6;
Background color
Panel with #a72be6 background
background-color: #a72be6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a72be6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 43, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 43, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a72be6; background: linear-gradient(135deg, #a72be6, #E62BA8);