#b79af4
a light, electric violet · warm · closest name: plum
RGB
183, 154, 244
HSL
259°, 80%, 78%
CMYK
25, 37, 0, 4
Luminance
0.3971
Every format
| HEX | #b79af4 |
| RGB | rgb(183, 154, 244) |
| HSL | hsl(259, 80%, 78%) |
| CMYK | cmyk(25%, 37%, 0%, 4%) |
| LAB | lab(69.3 29.0 -41.2) |
| LCH | lch(69.3 50.4 305.2) |
| OKLCH | oklch(0.747 0.130 298.0) |
Copy-ready code
/* CSS */
color: #b79af4;
background-color: #b79af4;
/* Tailwind (arbitrary) */
class="text-[#b79af4] bg-[#b79af4]"
/* SCSS */
$brand: #b79af4;
/* SwiftUI */
Color(red: 0.718, green: 0.604, blue: 0.957)
/* Android */
Color.parseColor("#b79af4")Accessibility — WCAG contrast
Aa
#b79af4 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b79af4 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green60.4%
Blue95.7%
CMYK percentages
Cyan25.0%
Magenta36.9%
Yellow0.0%
Key (black)4.3%
Color previews
#b79af4 text on a black background
contrast 8.94:1
Card sample
#b79af4 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b79af4;
Background color
Panel with #b79af4 background
background-color: #b79af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b79af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 154, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 154, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b79af4; background: linear-gradient(135deg, #b79af4, #F39AF4);