#b381f4
a light, electric violet · warm · closest name: slateblue
RGB
179, 129, 244
HSL
266°, 84%, 73%
CMYK
27, 47, 0, 4
Luminance
0.3182
Every format
| HEX | #b381f4 |
| RGB | rgb(179, 129, 244) |
| HSL | hsl(266, 84%, 73%) |
| CMYK | cmyk(27%, 47%, 0%, 4%) |
| LAB | lab(63.2 41.8 -50.8) |
| LCH | lch(63.2 65.8 309.5) |
| OKLCH | oklch(0.700 0.169 302.3) |
Copy-ready code
/* CSS */
color: #b381f4;
background-color: #b381f4;
/* Tailwind (arbitrary) */
class="text-[#b381f4] bg-[#b381f4]"
/* SCSS */
$brand: #b381f4;
/* SwiftUI */
Color(red: 0.702, green: 0.506, blue: 0.957)
/* Android */
Color.parseColor("#b381f4")Accessibility — WCAG contrast
Aa
#b381f4 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b381f4 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green50.6%
Blue95.7%
CMYK percentages
Cyan26.6%
Magenta47.1%
Yellow0.0%
Key (black)4.3%
Color previews
#b381f4 text on a black background
contrast 7.36:1
Card sample
#b381f4 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b381f4;
Background color
Panel with #b381f4 background
background-color: #b381f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b381f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 129, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 129, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b381f4; background: linear-gradient(135deg, #b381f4, #F481E8);