#b381f6
a light, electric violet · warm · closest name: slateblue
RGB
179, 129, 246
HSL
266°, 87%, 74%
CMYK
27, 48, 0, 4
Luminance
0.3194
Every format
| HEX | #b381f6 |
| RGB | rgb(179, 129, 246) |
| HSL | hsl(266, 87%, 74%) |
| CMYK | cmyk(27%, 48%, 0%, 4%) |
| LAB | lab(63.3 42.3 -51.7) |
| LCH | lch(63.3 66.8 309.3) |
| OKLCH | oklch(0.701 0.171 301.9) |
Copy-ready code
/* CSS */
color: #b381f6;
background-color: #b381f6;
/* Tailwind (arbitrary) */
class="text-[#b381f6] bg-[#b381f6]"
/* SCSS */
$brand: #b381f6;
/* SwiftUI */
Color(red: 0.702, green: 0.506, blue: 0.965)
/* Android */
Color.parseColor("#b381f6")Accessibility — WCAG contrast
Aa
#b381f6 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b381f6 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green50.6%
Blue96.5%
CMYK percentages
Cyan27.2%
Magenta47.6%
Yellow0.0%
Key (black)3.5%
Color previews
#b381f6 text on a black background
contrast 7.39:1
Card sample
#b381f6 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b381f6;
Background color
Panel with #b381f6 background
background-color: #b381f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b381f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 129, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 129, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b381f6; background: linear-gradient(135deg, #b381f6, #F681EB);