#a928bf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
169, 40, 191
HSL
291°, 65%, 45%
CMYK
12, 79, 0, 25
Luminance
0.1371
Every format
| HEX | #a928bf |
| RGB | rgb(169, 40, 191) |
| HSL | hsl(291, 65%, 45%) |
| CMYK | cmyk(12%, 79%, 0%, 25%) |
| LAB | lab(43.8 68.9 -51.7) |
| LCH | lch(43.8 86.1 323.1) |
| OKLCH | oklch(0.546 0.231 321.2) |
Copy-ready code
/* CSS */
color: #a928bf;
background-color: #a928bf;
/* Tailwind (arbitrary) */
class="text-[#a928bf] bg-[#a928bf]"
/* SCSS */
$brand: #a928bf;
/* SwiftUI */
Color(red: 0.663, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#a928bf")Accessibility — WCAG contrast
Aa
#a928bf on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a928bf on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green15.7%
Blue74.9%
CMYK percentages
Cyan11.5%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#a928bf text on a black background
contrast 3.74:1
Card sample
#a928bf text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a928bf;
Background color
Panel with #a928bf background
background-color: #a928bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a928bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a928bf; background: linear-gradient(135deg, #a928bf, #BF2870);