#bdabf6
a light, electric blue · warm · closest name: plum
RGB
189, 171, 246
HSL
254°, 81%, 82%
CMYK
23, 31, 0, 4
Luminance
0.4660
Every format
| HEX | #bdabf6 |
| RGB | rgb(189, 171, 246) |
| HSL | hsl(254, 81%, 82%) |
| CMYK | cmyk(23%, 31%, 0%, 4%) |
| LAB | lab(73.9 21.8 -35.0) |
| LCH | lch(73.9 41.2 301.9) |
| OKLCH | oklch(0.784 0.107 294.8) |
Copy-ready code
/* CSS */
color: #bdabf6;
background-color: #bdabf6;
/* Tailwind (arbitrary) */
class="text-[#bdabf6] bg-[#bdabf6]"
/* SCSS */
$brand: #bdabf6;
/* SwiftUI */
Color(red: 0.741, green: 0.671, blue: 0.965)
/* Android */
Color.parseColor("#bdabf6")Accessibility — WCAG contrast
Aa
#bdabf6 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdabf6 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.1%
Blue96.5%
CMYK percentages
Cyan23.2%
Magenta30.5%
Yellow0.0%
Key (black)3.5%
Color previews
#bdabf6 text on a black background
contrast 10.32:1
Card sample
#bdabf6 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdabf6;
Background color
Panel with #bdabf6 background
background-color: #bdabf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdabf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 171, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 171, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdabf6; background: linear-gradient(135deg, #bdabf6, #EFABF6);