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