#b487fd
a light, electric violet · warm · closest name: slateblue
RGB
180, 135, 253
HSL
263°, 97%, 76%
CMYK
29, 47, 0, 1
Luminance
0.3412
Every format
| HEX | #b487fd |
| RGB | rgb(180, 135, 253) |
| HSL | hsl(263, 97%, 76%) |
| CMYK | cmyk(29%, 47%, 0%, 1%) |
| LAB | lab(65.1 40.9 -52.8) |
| LCH | lch(65.1 66.8 307.8) |
| OKLCH | oklch(0.716 0.171 299.7) |
Copy-ready code
/* CSS */
color: #b487fd;
background-color: #b487fd;
/* Tailwind (arbitrary) */
class="text-[#b487fd] bg-[#b487fd]"
/* SCSS */
$brand: #b487fd;
/* SwiftUI */
Color(red: 0.706, green: 0.529, blue: 0.992)
/* Android */
Color.parseColor("#b487fd")Accessibility — WCAG contrast
Aa
#b487fd on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b487fd on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green52.9%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta46.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b487fd text on a black background
contrast 7.82:1
Card sample
#b487fd text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b487fd;
Background color
Panel with #b487fd background
background-color: #b487fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b487fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 135, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 135, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b487fd; background: linear-gradient(135deg, #b487fd, #FD87F7);