#bdaaf8
a light, electric blue · warm · closest name: plum
RGB
189, 170, 248
HSL
255°, 85%, 82%
CMYK
24, 32, 0, 3
Luminance
0.4635
Every format
| HEX | #bdaaf8 |
| RGB | rgb(189, 170, 248) |
| HSL | hsl(255, 85%, 82%) |
| CMYK | cmyk(24%, 32%, 0%, 3%) |
| LAB | lab(73.8 22.8 -36.3) |
| LCH | lch(73.8 42.9 302.1) |
| OKLCH | oklch(0.783 0.111 294.9) |
Copy-ready code
/* CSS */
color: #bdaaf8;
background-color: #bdaaf8;
/* Tailwind (arbitrary) */
class="text-[#bdaaf8] bg-[#bdaaf8]"
/* SCSS */
$brand: #bdaaf8;
/* SwiftUI */
Color(red: 0.741, green: 0.667, blue: 0.973)
/* Android */
Color.parseColor("#bdaaf8")Accessibility — WCAG contrast
Aa
#bdaaf8 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaaf8 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green66.7%
Blue97.3%
CMYK percentages
Cyan23.8%
Magenta31.5%
Yellow0.0%
Key (black)2.7%
Color previews
#bdaaf8 text on a black background
contrast 10.27:1
Card sample
#bdaaf8 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaaf8;
Background color
Panel with #bdaaf8 background
background-color: #bdaaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 170, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 170, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaaf8; background: linear-gradient(135deg, #bdaaf8, #F1AAF8);