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