#b69ddf
a light, vivid violet · warm · closest name: plum
RGB
182, 157, 223
HSL
263°, 51%, 75%
CMYK
18, 30, 0, 13
Luminance
0.3939
Every format
| HEX | #b69ddf |
| RGB | rgb(182, 157, 223) |
| HSL | hsl(263, 51%, 75%) |
| CMYK | cmyk(18%, 30%, 0%, 13%) |
| LAB | lab(69.0 22.2 -30.1) |
| LCH | lch(69.0 37.4 306.5) |
| OKLCH | oklch(0.742 0.097 301.5) |
Copy-ready code
/* CSS */
color: #b69ddf;
background-color: #b69ddf;
/* Tailwind (arbitrary) */
class="text-[#b69ddf] bg-[#b69ddf]"
/* SCSS */
$brand: #b69ddf;
/* SwiftUI */
Color(red: 0.714, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#b69ddf")Accessibility — WCAG contrast
Aa
#b69ddf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b69ddf on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green61.6%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b69ddf text on a black background
contrast 8.88:1
Card sample
#b69ddf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b69ddf;
Background color
Panel with #b69ddf background
background-color: #b69ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b69ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b69ddf; background: linear-gradient(135deg, #b69ddf, #DF9DDC);