#bdaef1
a light, vivid blue · warm · closest name: plum
RGB
189, 174, 241
HSL
253°, 71%, 81%
CMYK
22, 28, 0, 6
Luminance
0.4744
Every format
| HEX | #bdaef1 |
| RGB | rgb(189, 174, 241) |
| HSL | hsl(253, 71%, 81%) |
| CMYK | cmyk(22%, 28%, 0%, 6%) |
| LAB | lab(74.5 19.0 -31.4) |
| LCH | lch(74.5 36.7 301.1) |
| OKLCH | oklch(0.787 0.095 294.4) |
Copy-ready code
/* CSS */
color: #bdaef1;
background-color: #bdaef1;
/* Tailwind (arbitrary) */
class="text-[#bdaef1] bg-[#bdaef1]"
/* SCSS */
$brand: #bdaef1;
/* SwiftUI */
Color(red: 0.741, green: 0.682, blue: 0.945)
/* Android */
Color.parseColor("#bdaef1")Accessibility — WCAG contrast
Aa
#bdaef1 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaef1 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.2%
Blue94.5%
CMYK percentages
Cyan21.6%
Magenta27.8%
Yellow0.0%
Key (black)5.5%
Color previews
#bdaef1 text on a black background
contrast 10.49:1
Card sample
#bdaef1 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaef1;
Background color
Panel with #bdaef1 background
background-color: #bdaef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 174, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 174, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaef1; background: linear-gradient(135deg, #bdaef1, #EAAEF1);