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