#a72bef
a balanced, electric violet · warm · closest name: magenta
RGB
167, 43, 239
HSL
278°, 86%, 55%
CMYK
30, 82, 0, 6
Luminance
0.1618
Every format
| HEX | #a72bef |
| RGB | rgb(167, 43, 239) |
| HSL | hsl(278, 86%, 55%) |
| CMYK | cmyk(30%, 82%, 0%, 6%) |
| LAB | lab(47.2 76.8 -73.8) |
| LCH | lch(47.2 106.5 316.1) |
| OKLCH | oklch(0.580 0.268 308.4) |
Copy-ready code
/* CSS */
color: #a72bef;
background-color: #a72bef;
/* Tailwind (arbitrary) */
class="text-[#a72bef] bg-[#a72bef]"
/* SCSS */
$brand: #a72bef;
/* SwiftUI */
Color(red: 0.655, green: 0.169, blue: 0.937)
/* Android */
Color.parseColor("#a72bef")Accessibility — WCAG contrast
Aa
#a72bef on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a72bef on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green16.9%
Blue93.7%
CMYK percentages
Cyan30.1%
Magenta82.0%
Yellow0.0%
Key (black)6.3%
Color previews
#a72bef text on a black background
contrast 4.24:1
Card sample
#a72bef text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a72bef;
Background color
Panel with #a72bef background
background-color: #a72bef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a72bef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 43, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 43, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a72bef; background: linear-gradient(135deg, #a72bef, #EF2BB4);