#b45dfb
a light, electric violet · warm · closest name: slateblue
RGB
180, 93, 251
HSL
273°, 95%, 68%
CMYK
28, 63, 0, 2
Luminance
0.2450
Every format
| HEX | #b45dfb |
| RGB | rgb(180, 93, 251) |
| HSL | hsl(273, 95%, 68%) |
| CMYK | cmyk(28%, 63%, 0%, 2%) |
| LAB | lab(56.6 62.3 -65.2) |
| LCH | lch(56.6 90.2 313.7) |
| OKLCH | oklch(0.653 0.229 306.4) |
Copy-ready code
/* CSS */
color: #b45dfb;
background-color: #b45dfb;
/* Tailwind (arbitrary) */
class="text-[#b45dfb] bg-[#b45dfb]"
/* SCSS */
$brand: #b45dfb;
/* SwiftUI */
Color(red: 0.706, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#b45dfb")Accessibility — WCAG contrast
Aa
#b45dfb on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b45dfb on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green36.5%
Blue98.4%
CMYK percentages
Cyan28.3%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#b45dfb text on a black background
contrast 5.90:1
Card sample
#b45dfb text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45dfb;
Background color
Panel with #b45dfb background
background-color: #b45dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45dfb; background: linear-gradient(135deg, #b45dfb, #FB5DD9);