#a91fdf
a balanced, electric violet · warm · closest name: magenta
RGB
169, 31, 223
HSL
283°, 76%, 50%
CMYK
24, 86, 0, 13
Luminance
0.1474
Every format
| HEX | #a91fdf |
| RGB | rgb(169, 31, 223) |
| HSL | hsl(283, 76%, 50%) |
| CMYK | cmyk(24%, 86%, 0%, 13%) |
| LAB | lab(45.3 76.9 -67.8) |
| LCH | lch(45.3 102.6 318.6) |
| OKLCH | oklch(0.564 0.263 313.1) |
Copy-ready code
/* CSS */
color: #a91fdf;
background-color: #a91fdf;
/* Tailwind (arbitrary) */
class="text-[#a91fdf] bg-[#a91fdf]"
/* SCSS */
$brand: #a91fdf;
/* SwiftUI */
Color(red: 0.663, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#a91fdf")Accessibility — WCAG contrast
Aa
#a91fdf on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a91fdf on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green12.2%
Blue87.5%
CMYK percentages
Cyan24.2%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#a91fdf text on a black background
contrast 3.95:1
Card sample
#a91fdf text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a91fdf;
Background color
Panel with #a91fdf background
background-color: #a91fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a91fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a91fdf; background: linear-gradient(135deg, #a91fdf, #DF1F95);