#a104f7
a balanced, electric violet · warm · closest name: blue
RGB
161, 4, 247
HSL
279°, 97%, 49%
CMYK
35, 98, 0, 3
Luminance
0.1438
Every format
| HEX | #a104f7 |
| RGB | rgb(161, 4, 247) |
| HSL | hsl(279, 97%, 49%) |
| CMYK | cmyk(35%, 98%, 0%, 3%) |
| LAB | lab(44.8 84.2 -82.3) |
| LCH | lch(44.8 117.7 315.6) |
| OKLCH | oklch(0.564 0.290 305.9) |
Copy-ready code
/* CSS */
color: #a104f7;
background-color: #a104f7;
/* Tailwind (arbitrary) */
class="text-[#a104f7] bg-[#a104f7]"
/* SCSS */
$brand: #a104f7;
/* SwiftUI */
Color(red: 0.631, green: 0.016, blue: 0.969)
/* Android */
Color.parseColor("#a104f7")Accessibility — WCAG contrast
Aa
#a104f7 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a104f7 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green1.6%
Blue96.9%
CMYK percentages
Cyan34.8%
Magenta98.4%
Yellow0.0%
Key (black)3.1%
Color previews
#a104f7 text on a black background
contrast 3.88:1
Card sample
#a104f7 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a104f7;
Background color
Panel with #a104f7 background
background-color: #a104f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a104f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 4, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 4, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a104f7; background: linear-gradient(135deg, #a104f7, #F704AB);