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