#b79dfb
a light, electric violet · warm · closest name: plum
RGB
183, 157, 251
HSL
257°, 92%, 80%
CMYK
27, 38, 0, 2
Luminance
0.4115
Every format
| HEX | #b79dfb |
| RGB | rgb(183, 157, 251) |
| HSL | hsl(257, 92%, 80%) |
| CMYK | cmyk(27%, 38%, 0%, 2%) |
| LAB | lab(70.3 29.0 -43.4) |
| LCH | lch(70.3 52.2 303.7) |
| OKLCH | oklch(0.755 0.134 295.7) |
Copy-ready code
/* CSS */
color: #b79dfb;
background-color: #b79dfb;
/* Tailwind (arbitrary) */
class="text-[#b79dfb] bg-[#b79dfb]"
/* SCSS */
$brand: #b79dfb;
/* SwiftUI */
Color(red: 0.718, green: 0.616, blue: 0.984)
/* Android */
Color.parseColor("#b79dfb")Accessibility — WCAG contrast
Aa
#b79dfb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b79dfb on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green61.6%
Blue98.4%
CMYK percentages
Cyan27.1%
Magenta37.5%
Yellow0.0%
Key (black)1.6%
Color previews
#b79dfb text on a black background
contrast 9.23:1
Card sample
#b79dfb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b79dfb;
Background color
Panel with #b79dfb background
background-color: #b79dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b79dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 157, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 157, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b79dfb; background: linear-gradient(135deg, #b79dfb, #F69DFB);