#bdaceb
a light, vivid violet · warm · closest name: plum
RGB
189, 172, 235
HSL
256°, 61%, 80%
CMYK
20, 27, 0, 8
Luminance
0.4632
Every format
| HEX | #bdaceb |
| RGB | rgb(189, 172, 235) |
| HSL | hsl(256, 61%, 80%) |
| CMYK | cmyk(20%, 27%, 0%, 8%) |
| LAB | lab(73.8 18.7 -29.3) |
| LCH | lch(73.8 34.8 302.6) |
| OKLCH | oklch(0.781 0.090 296.6) |
Copy-ready code
/* CSS */
color: #bdaceb;
background-color: #bdaceb;
/* Tailwind (arbitrary) */
class="text-[#bdaceb] bg-[#bdaceb]"
/* SCSS */
$brand: #bdaceb;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#bdaceb")Accessibility — WCAG contrast
Aa
#bdaceb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaceb on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#bdaceb text on a black background
contrast 10.26:1
Card sample
#bdaceb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaceb;
Background color
Panel with #bdaceb background
background-color: #bdaceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaceb; background: linear-gradient(135deg, #bdaceb, #E7ACEB);