#b46afd
a light, electric violet · warm · closest name: slateblue
RGB
180, 106, 253
HSL
270°, 97%, 70%
CMYK
29, 58, 0, 1
Luminance
0.2710
Every format
| HEX | #b46afd |
| RGB | rgb(180, 106, 253) |
| HSL | hsl(270, 97%, 70%) |
| CMYK | cmyk(29%, 58%, 0%, 1%) |
| LAB | lab(59.1 56.4 -62.3) |
| LCH | lch(59.1 84.0 312.1) |
| OKLCH | oklch(0.671 0.214 304.5) |
Copy-ready code
/* CSS */
color: #b46afd;
background-color: #b46afd;
/* Tailwind (arbitrary) */
class="text-[#b46afd] bg-[#b46afd]"
/* SCSS */
$brand: #b46afd;
/* SwiftUI */
Color(red: 0.706, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#b46afd")Accessibility — WCAG contrast
Aa
#b46afd on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b46afd on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green41.6%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b46afd text on a black background
contrast 6.42:1
Card sample
#b46afd text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b46afd;
Background color
Panel with #b46afd background
background-color: #b46afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b46afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b46afd; background: linear-gradient(135deg, #b46afd, #FD6AE4);