#b191eb
a light, vivid violet · warm · closest name: plum
RGB
177, 145, 235
HSL
261°, 69%, 75%
CMYK
25, 38, 0, 8
Luminance
0.3560
Every format
| HEX | #b191eb |
| RGB | rgb(177, 145, 235) |
| HSL | hsl(261, 69%, 75%) |
| CMYK | cmyk(25%, 38%, 0%, 8%) |
| LAB | lab(66.2 30.2 -41.1) |
| LCH | lch(66.2 51.0 306.3) |
| OKLCH | oklch(0.721 0.131 299.5) |
Copy-ready code
/* CSS */
color: #b191eb;
background-color: #b191eb;
/* Tailwind (arbitrary) */
class="text-[#b191eb] bg-[#b191eb]"
/* SCSS */
$brand: #b191eb;
/* SwiftUI */
Color(red: 0.694, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#b191eb")Accessibility — WCAG contrast
Aa
#b191eb on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b191eb on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green56.9%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta38.3%
Yellow0.0%
Key (black)7.8%
Color previews
#b191eb text on a black background
contrast 8.12:1
Card sample
#b191eb text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b191eb;
Background color
Panel with #b191eb background
background-color: #b191eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b191eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b191eb; background: linear-gradient(135deg, #b191eb, #EB91E9);