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