#bdacf2
a light, vivid blue · warm · closest name: plum
RGB
189, 172, 242
HSL
255°, 73%, 81%
CMYK
22, 29, 0, 5
Luminance
0.4673
Every format
| HEX | #bdacf2 |
| RGB | rgb(189, 172, 242) |
| HSL | hsl(255, 73%, 81%) |
| CMYK | cmyk(22%, 29%, 0%, 5%) |
| LAB | lab(74.0 20.3 -32.7) |
| LCH | lch(74.0 38.5 301.8) |
| OKLCH | oklch(0.784 0.100 295.2) |
Copy-ready code
/* CSS */
color: #bdacf2;
background-color: #bdacf2;
/* Tailwind (arbitrary) */
class="text-[#bdacf2] bg-[#bdacf2]"
/* SCSS */
$brand: #bdacf2;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#bdacf2")Accessibility — WCAG contrast
Aa
#bdacf2 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdacf2 on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue94.9%
CMYK percentages
Cyan21.9%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#bdacf2 text on a black background
contrast 10.35:1
Card sample
#bdacf2 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdacf2;
Background color
Panel with #bdacf2 background
background-color: #bdacf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdacf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdacf2; background: linear-gradient(135deg, #bdacf2, #ECACF2);