#b494fd
a light, electric violet · warm · closest name: slateblue
RGB
180, 148, 253
HSL
258°, 96%, 79%
CMYK
29, 42, 0, 1
Luminance
0.3797
Every format
| HEX | #b494fd |
| RGB | rgb(180, 148, 253) |
| HSL | hsl(258, 96%, 79%) |
| CMYK | cmyk(29%, 42%, 0%, 1%) |
| LAB | lab(68.0 33.7 -48.1) |
| LCH | lch(68.0 58.7 305.0) |
| OKLCH | oklch(0.738 0.151 296.6) |
Copy-ready code
/* CSS */
color: #b494fd;
background-color: #b494fd;
/* Tailwind (arbitrary) */
class="text-[#b494fd] bg-[#b494fd]"
/* SCSS */
$brand: #b494fd;
/* SwiftUI */
Color(red: 0.706, green: 0.580, blue: 0.992)
/* Android */
Color.parseColor("#b494fd")Accessibility — WCAG contrast
Aa
#b494fd on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b494fd on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green58.0%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta41.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b494fd text on a black background
contrast 8.59:1
Card sample
#b494fd text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b494fd;
Background color
Panel with #b494fd background
background-color: #b494fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b494fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 148, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 148, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b494fd; background: linear-gradient(135deg, #b494fd, #FA94FD);