#a37bff
a light, electric violet · warm · closest name: slateblue
RGB
163, 123, 255
HSL
258°, 100%, 74%
CMYK
36, 52, 0, 0
Luminance
0.2917
Every format
| HEX | #a37bff |
| RGB | rgb(163, 123, 255) |
| HSL | hsl(258, 100%, 74%) |
| CMYK | cmyk(36%, 52%, 0%, 0%) |
| LAB | lab(60.9 43.8 -60.5) |
| LCH | lch(60.9 74.7 305.9) |
| OKLCH | oklch(0.681 0.189 294.9) |
Copy-ready code
/* CSS */
color: #a37bff;
background-color: #a37bff;
/* Tailwind (arbitrary) */
class="text-[#a37bff] bg-[#a37bff]"
/* SCSS */
$brand: #a37bff;
/* SwiftUI */
Color(red: 0.639, green: 0.482, blue: 1.000)
/* Android */
Color.parseColor("#a37bff")Accessibility — WCAG contrast
Aa
#a37bff on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a37bff on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green48.2%
Blue100.0%
CMYK percentages
Cyan36.1%
Magenta51.8%
Yellow0.0%
Key (black)0.0%
Color previews
#a37bff text on a black background
contrast 6.83:1
Card sample
#a37bff text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a37bff;
Background color
Panel with #a37bff background
background-color: #a37bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a37bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 123, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 123, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a37bff; background: linear-gradient(135deg, #a37bff, #FB7BFF);