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