#bdbaf2
a light, vivid blue · warm · closest name: plum
RGB
189, 186, 242
HSL
243°, 68%, 84%
CMYK
22, 23, 0, 5
Luminance
0.5235
Every format
| HEX | #bdbaf2 |
| RGB | rgb(189, 186, 242) |
| HSL | hsl(243, 68%, 84%) |
| CMYK | cmyk(22%, 23%, 0%, 5%) |
| LAB | lab(77.5 12.6 -27.4) |
| LCH | lch(77.5 30.1 294.7) |
| OKLCH | oklch(0.811 0.079 287.0) |
Copy-ready code
/* CSS */
color: #bdbaf2;
background-color: #bdbaf2;
/* Tailwind (arbitrary) */
class="text-[#bdbaf2] bg-[#bdbaf2]"
/* SCSS */
$brand: #bdbaf2;
/* SwiftUI */
Color(red: 0.741, green: 0.729, blue: 0.949)
/* Android */
Color.parseColor("#bdbaf2")Accessibility — WCAG contrast
Aa
#bdbaf2 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbaf2 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green72.9%
Blue94.9%
CMYK percentages
Cyan21.9%
Magenta23.1%
Yellow0.0%
Key (black)5.1%
Color previews
#bdbaf2 text on a black background
contrast 11.47:1
Card sample
#bdbaf2 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbaf2;
Background color
Panel with #bdbaf2 background
background-color: #bdbaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 186, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 186, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbaf2; background: linear-gradient(135deg, #bdbaf2, #E2BAF2);