#a17fff
a light, electric violet · warm · closest name: slateblue
RGB
161, 127, 255
HSL
256°, 100%, 75%
CMYK
37, 50, 0, 0
Luminance
0.2998
Every format
| HEX | #a17fff |
| RGB | rgb(161, 127, 255) |
| HSL | hsl(256, 100%, 75%) |
| CMYK | cmyk(37%, 50%, 0%, 0%) |
| LAB | lab(61.6 41.1 -59.4) |
| LCH | lch(61.6 72.3 304.7) |
| OKLCH | oklch(0.686 0.183 293.2) |
Copy-ready code
/* CSS */
color: #a17fff;
background-color: #a17fff;
/* Tailwind (arbitrary) */
class="text-[#a17fff] bg-[#a17fff]"
/* SCSS */
$brand: #a17fff;
/* SwiftUI */
Color(red: 0.631, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#a17fff")Accessibility — WCAG contrast
Aa
#a17fff on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a17fff on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green49.8%
Blue100.0%
CMYK percentages
Cyan36.9%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#a17fff text on a black background
contrast 7.00:1
Card sample
#a17fff text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a17fff;
Background color
Panel with #a17fff background
background-color: #a17fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a17fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a17fff; background: linear-gradient(135deg, #a17fff, #F67FFF);