#b371f4
a light, electric violet · warm · closest name: slateblue
RGB
179, 113, 244
HSL
270°, 86%, 70%
CMYK
27, 54, 0, 4
Luminance
0.2793
Every format
| HEX | #b371f4 |
| RGB | rgb(179, 113, 244) |
| HSL | hsl(270, 86%, 70%) |
| CMYK | cmyk(27%, 54%, 0%, 4%) |
| LAB | lab(59.8 50.4 -56.1) |
| LCH | lch(59.8 75.5 311.9) |
| OKLCH | oklch(0.675 0.193 305.1) |
Copy-ready code
/* CSS */
color: #b371f4;
background-color: #b371f4;
/* Tailwind (arbitrary) */
class="text-[#b371f4] bg-[#b371f4]"
/* SCSS */
$brand: #b371f4;
/* SwiftUI */
Color(red: 0.702, green: 0.443, blue: 0.957)
/* Android */
Color.parseColor("#b371f4")Accessibility — WCAG contrast
Aa
#b371f4 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b371f4 on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green44.3%
Blue95.7%
CMYK percentages
Cyan26.6%
Magenta53.7%
Yellow0.0%
Key (black)4.3%
Color previews
#b371f4 text on a black background
contrast 6.59:1
Card sample
#b371f4 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b371f4;
Background color
Panel with #b371f4 background
background-color: #b371f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b371f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 113, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 113, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b371f4; background: linear-gradient(135deg, #b371f4, #F471DE);