#a172f3
a light, electric violet · warm · closest name: slateblue
RGB
161, 114, 243
HSL
262°, 84%, 70%
CMYK
34, 53, 0, 5
Luminance
0.2608
Every format
| HEX | #a172f3 |
| RGB | rgb(161, 114, 243) |
| HSL | hsl(262, 84%, 70%) |
| CMYK | cmyk(34%, 53%, 0%, 5%) |
| LAB | lab(58.1 45.3 -58.4) |
| LCH | lch(58.1 73.9 307.8) |
| OKLCH | oklch(0.658 0.187 297.9) |
Copy-ready code
/* CSS */
color: #a172f3;
background-color: #a172f3;
/* Tailwind (arbitrary) */
class="text-[#a172f3] bg-[#a172f3]"
/* SCSS */
$brand: #a172f3;
/* SwiftUI */
Color(red: 0.631, green: 0.447, blue: 0.953)
/* Android */
Color.parseColor("#a172f3")Accessibility — WCAG contrast
Aa
#a172f3 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a172f3 on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green44.7%
Blue95.3%
CMYK percentages
Cyan33.7%
Magenta53.1%
Yellow0.0%
Key (black)4.7%
Color previews
#a172f3 text on a black background
contrast 6.22:1
Card sample
#a172f3 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a172f3;
Background color
Panel with #a172f3 background
background-color: #a172f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a172f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 114, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 114, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a172f3; background: linear-gradient(135deg, #a172f3, #F372EF);