#b799eb
a light, vivid violet · warm · closest name: plum
RGB
183, 153, 235
HSL
262°, 67%, 76%
CMYK
22, 35, 0, 8
Luminance
0.3885
Every format
| HEX | #b799eb |
| RGB | rgb(183, 153, 235) |
| HSL | hsl(262, 67%, 76%) |
| CMYK | cmyk(22%, 35%, 0%, 8%) |
| LAB | lab(68.6 27.5 -37.3) |
| LCH | lch(68.6 46.3 306.4) |
| OKLCH | oklch(0.741 0.120 300.3) |
Copy-ready code
/* CSS */
color: #b799eb;
background-color: #b799eb;
/* Tailwind (arbitrary) */
class="text-[#b799eb] bg-[#b799eb]"
/* SCSS */
$brand: #b799eb;
/* SwiftUI */
Color(red: 0.718, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#b799eb")Accessibility — WCAG contrast
Aa
#b799eb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b799eb on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green60.0%
Blue92.2%
CMYK percentages
Cyan22.1%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#b799eb text on a black background
contrast 8.77:1
Card sample
#b799eb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b799eb;
Background color
Panel with #b799eb background
background-color: #b799eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b799eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b799eb; background: linear-gradient(135deg, #b799eb, #EB99E8);