#b45bfd
a light, electric violet · warm · closest name: slateblue
RGB
180, 91, 253
HSL
273°, 98%, 68%
CMYK
29, 64, 0, 1
Luminance
0.2428
Every format
| HEX | #b45bfd |
| RGB | rgb(180, 91, 253) |
| HSL | hsl(273, 98%, 68%) |
| CMYK | cmyk(29%, 64%, 0%, 1%) |
| LAB | lab(56.4 63.7 -66.7) |
| LCH | lch(56.4 92.2 313.7) |
| OKLCH | oklch(0.652 0.234 306.2) |
Copy-ready code
/* CSS */
color: #b45bfd;
background-color: #b45bfd;
/* Tailwind (arbitrary) */
class="text-[#b45bfd] bg-[#b45bfd]"
/* SCSS */
$brand: #b45bfd;
/* SwiftUI */
Color(red: 0.706, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#b45bfd")Accessibility — WCAG contrast
Aa
#b45bfd on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b45bfd on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green35.7%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b45bfd text on a black background
contrast 5.86:1
Card sample
#b45bfd text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45bfd;
Background color
Panel with #b45bfd background
background-color: #b45bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45bfd; background: linear-gradient(135deg, #b45bfd, #FD5BDA);