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