#b271eb
a light, electric violet · warm · closest name: slateblue
RGB
178, 113, 235
HSL
272°, 75%, 68%
CMYK
24, 52, 0, 8
Luminance
0.2727
Every format
| HEX | #b271eb |
| RGB | rgb(178, 113, 235) |
| HSL | hsl(272, 75%, 68%) |
| CMYK | cmyk(24%, 52%, 0%, 8%) |
| LAB | lab(59.2 48.1 -52.1) |
| LCH | lch(59.2 70.9 312.7) |
| OKLCH | oklch(0.669 0.182 306.7) |
Copy-ready code
/* CSS */
color: #b271eb;
background-color: #b271eb;
/* Tailwind (arbitrary) */
class="text-[#b271eb] bg-[#b271eb]"
/* SCSS */
$brand: #b271eb;
/* SwiftUI */
Color(red: 0.698, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#b271eb")Accessibility — WCAG contrast
Aa
#b271eb on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b271eb on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green44.3%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b271eb text on a black background
contrast 6.45:1
Card sample
#b271eb text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b271eb;
Background color
Panel with #b271eb background
background-color: #b271eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b271eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b271eb; background: linear-gradient(135deg, #b271eb, #EB71D3);