#b79dfd
a light, electric violet · warm · closest name: plum
RGB
183, 157, 253
HSL
256°, 96%, 80%
CMYK
28, 38, 0, 1
Luminance
0.4127
Every format
| HEX | #b79dfd |
| RGB | rgb(183, 157, 253) |
| HSL | hsl(256, 96%, 80%) |
| CMYK | cmyk(28%, 38%, 0%, 1%) |
| LAB | lab(70.4 29.5 -44.4) |
| LCH | lch(70.4 53.3 303.6) |
| OKLCH | oklch(0.756 0.137 295.4) |
Copy-ready code
/* CSS */
color: #b79dfd;
background-color: #b79dfd;
/* Tailwind (arbitrary) */
class="text-[#b79dfd] bg-[#b79dfd]"
/* SCSS */
$brand: #b79dfd;
/* SwiftUI */
Color(red: 0.718, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#b79dfd")Accessibility — WCAG contrast
Aa
#b79dfd on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b79dfd on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green61.6%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b79dfd text on a black background
contrast 9.25:1
Card sample
#b79dfd text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b79dfd;
Background color
Panel with #b79dfd background
background-color: #b79dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b79dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b79dfd; background: linear-gradient(135deg, #b79dfd, #F79DFD);