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