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