#a72be3
a balanced, electric violet · warm · closest name: magenta
RGB
167, 43, 227
HSL
280°, 77%, 53%
CMYK
26, 81, 0, 11
Luminance
0.1549
Every format
| HEX | #a72be3 |
| RGB | rgb(167, 43, 227) |
| HSL | hsl(280, 77%, 53%) |
| CMYK | cmyk(26%, 81%, 0%, 11%) |
| LAB | lab(46.3 74.4 -68.5) |
| LCH | lch(46.3 101.1 317.4) |
| OKLCH | oklch(0.571 0.258 311.1) |
Copy-ready code
/* CSS */
color: #a72be3;
background-color: #a72be3;
/* Tailwind (arbitrary) */
class="text-[#a72be3] bg-[#a72be3]"
/* SCSS */
$brand: #a72be3;
/* SwiftUI */
Color(red: 0.655, green: 0.169, blue: 0.890)
/* Android */
Color.parseColor("#a72be3")Accessibility — WCAG contrast
Aa
#a72be3 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a72be3 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green16.9%
Blue89.0%
CMYK percentages
Cyan26.4%
Magenta81.1%
Yellow0.0%
Key (black)11.0%
Color previews
#a72be3 text on a black background
contrast 4.10:1
Card sample
#a72be3 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a72be3;
Background color
Panel with #a72be3 background
background-color: #a72be3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a72be3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 43, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 43, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a72be3; background: linear-gradient(135deg, #a72be3, #E32BA4);