#b69dfe
a light, electric violet · warm · closest name: plum
RGB
182, 157, 254
HSL
256°, 98%, 81%
CMYK
28, 38, 0, 0
Luminance
0.4121
Every format
| HEX | #b69dfe |
| RGB | rgb(182, 157, 254) |
| HSL | hsl(256, 98%, 81%) |
| CMYK | cmyk(28%, 38%, 0%, 0%) |
| LAB | lab(70.3 29.5 -45.0) |
| LCH | lch(70.3 53.8 303.2) |
| OKLCH | oklch(0.756 0.138 294.7) |
Copy-ready code
/* CSS */
color: #b69dfe;
background-color: #b69dfe;
/* Tailwind (arbitrary) */
class="text-[#b69dfe] bg-[#b69dfe]"
/* SCSS */
$brand: #b69dfe;
/* SwiftUI */
Color(red: 0.714, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#b69dfe")Accessibility — WCAG contrast
Aa
#b69dfe on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b69dfe on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green61.6%
Blue99.6%
CMYK percentages
Cyan28.3%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#b69dfe text on a black background
contrast 9.24:1
Card sample
#b69dfe text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b69dfe;
Background color
Panel with #b69dfe background
background-color: #b69dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b69dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b69dfe; background: linear-gradient(135deg, #b69dfe, #F79DFE);