#b69afd
a light, electric violet · warm · closest name: plum
RGB
182, 154, 253
HSL
257°, 96%, 80%
CMYK
28, 39, 0, 1
Luminance
0.4015
Every format
| HEX | #b69afd |
| RGB | rgb(182, 154, 253) |
| HSL | hsl(257, 96%, 80%) |
| CMYK | cmyk(28%, 39%, 0%, 1%) |
| LAB | lab(69.6 30.9 -45.6) |
| LCH | lch(69.6 55.1 304.1) |
| OKLCH | oklch(0.750 0.142 295.8) |
Copy-ready code
/* CSS */
color: #b69afd;
background-color: #b69afd;
/* Tailwind (arbitrary) */
class="text-[#b69afd] bg-[#b69afd]"
/* SCSS */
$brand: #b69afd;
/* SwiftUI */
Color(red: 0.714, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#b69afd")Accessibility — WCAG contrast
Aa
#b69afd on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b69afd on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green60.4%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b69afd text on a black background
contrast 9.03:1
Card sample
#b69afd text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b69afd;
Background color
Panel with #b69afd background
background-color: #b69afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b69afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b69afd; background: linear-gradient(135deg, #b69afd, #F89AFD);