#b893eb
a light, vivid violet · warm · closest name: plum
RGB
184, 147, 235
HSL
265°, 69%, 75%
CMYK
22, 37, 0, 8
Luminance
0.3706
Every format
| HEX | #b893eb |
| RGB | rgb(184, 147, 235) |
| HSL | hsl(265, 69%, 75%) |
| CMYK | cmyk(22%, 37%, 0%, 8%) |
| LAB | lab(67.3 31.1 -39.3) |
| LCH | lch(67.3 50.1 308.4) |
| OKLCH | oklch(0.731 0.130 302.7) |
Copy-ready code
/* CSS */
color: #b893eb;
background-color: #b893eb;
/* Tailwind (arbitrary) */
class="text-[#b893eb] bg-[#b893eb]"
/* SCSS */
$brand: #b893eb;
/* SwiftUI */
Color(red: 0.722, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#b893eb")Accessibility — WCAG contrast
Aa
#b893eb on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b893eb on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green57.6%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta37.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b893eb text on a black background
contrast 8.41:1
Card sample
#b893eb text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b893eb;
Background color
Panel with #b893eb background
background-color: #b893eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b893eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b893eb; background: linear-gradient(135deg, #b893eb, #EB93E3);