#b381f8
a light, electric violet · warm · closest name: slateblue
RGB
179, 129, 248
HSL
265°, 90%, 74%
CMYK
28, 48, 0, 3
Luminance
0.3206
Every format
| HEX | #b381f8 |
| RGB | rgb(179, 129, 248) |
| HSL | hsl(265, 90%, 74%) |
| CMYK | cmyk(28%, 48%, 0%, 3%) |
| LAB | lab(63.4 42.8 -52.7) |
| LCH | lch(63.4 67.8 309.1) |
| OKLCH | oklch(0.702 0.173 301.5) |
Copy-ready code
/* CSS */
color: #b381f8;
background-color: #b381f8;
/* Tailwind (arbitrary) */
class="text-[#b381f8] bg-[#b381f8]"
/* SCSS */
$brand: #b381f8;
/* SwiftUI */
Color(red: 0.702, green: 0.506, blue: 0.973)
/* Android */
Color.parseColor("#b381f8")Accessibility — WCAG contrast
Aa
#b381f8 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b381f8 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green50.6%
Blue97.3%
CMYK percentages
Cyan27.8%
Magenta48.0%
Yellow0.0%
Key (black)2.7%
Color previews
#b381f8 text on a black background
contrast 7.41:1
Card sample
#b381f8 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b381f8;
Background color
Panel with #b381f8 background
background-color: #b381f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b381f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 129, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 129, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b381f8; background: linear-gradient(135deg, #b381f8, #F881EE);