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