#b481fd
a light, electric violet · warm · closest name: slateblue
RGB
180, 129, 253
HSL
265°, 97%, 75%
CMYK
29, 49, 0, 1
Luminance
0.3250
Every format
| HEX | #b481fd |
| RGB | rgb(180, 129, 253) |
| HSL | hsl(265, 97%, 75%) |
| CMYK | cmyk(29%, 49%, 0%, 1%) |
| LAB | lab(63.8 44.2 -54.8) |
| LCH | lch(63.8 70.4 308.9) |
| OKLCH | oklch(0.706 0.180 300.9) |
Copy-ready code
/* CSS */
color: #b481fd;
background-color: #b481fd;
/* Tailwind (arbitrary) */
class="text-[#b481fd] bg-[#b481fd]"
/* SCSS */
$brand: #b481fd;
/* SwiftUI */
Color(red: 0.706, green: 0.506, blue: 0.992)
/* Android */
Color.parseColor("#b481fd")Accessibility — WCAG contrast
Aa
#b481fd on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b481fd on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green50.6%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta49.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b481fd text on a black background
contrast 7.50:1
Card sample
#b481fd text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b481fd;
Background color
Panel with #b481fd background
background-color: #b481fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b481fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 129, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 129, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b481fd; background: linear-gradient(135deg, #b481fd, #FD81F3);