#b892eb
a light, vivid violet · warm · closest name: plum
RGB
184, 146, 235
HSL
266°, 69%, 75%
CMYK
22, 38, 0, 8
Luminance
0.3675
Every format
| HEX | #b892eb |
| RGB | rgb(184, 146, 235) |
| HSL | hsl(266, 69%, 75%) |
| CMYK | cmyk(22%, 38%, 0%, 8%) |
| LAB | lab(67.1 31.7 -39.7) |
| LCH | lch(67.1 50.8 308.6) |
| OKLCH | oklch(0.729 0.131 302.9) |
Copy-ready code
/* CSS */
color: #b892eb;
background-color: #b892eb;
/* Tailwind (arbitrary) */
class="text-[#b892eb] bg-[#b892eb]"
/* SCSS */
$brand: #b892eb;
/* SwiftUI */
Color(red: 0.722, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#b892eb")Accessibility — WCAG contrast
Aa
#b892eb on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b892eb on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green57.3%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b892eb text on a black background
contrast 8.35:1
Card sample
#b892eb text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b892eb;
Background color
Panel with #b892eb background
background-color: #b892eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b892eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b892eb; background: linear-gradient(135deg, #b892eb, #EB92E3);