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