#bdaeee
a light, vivid blue · warm · closest name: plum
RGB
189, 174, 238
HSL
254°, 65%, 81%
CMYK
21, 27, 0, 7
Luminance
0.4726
Every format
| HEX | #bdaeee |
| RGB | rgb(189, 174, 238) |
| HSL | hsl(254, 65%, 81%) |
| CMYK | cmyk(21%, 27%, 0%, 7%) |
| LAB | lab(74.4 18.3 -30.0) |
| LCH | lch(74.4 35.1 301.4) |
| OKLCH | oklch(0.786 0.091 295.0) |
Copy-ready code
/* CSS */
color: #bdaeee;
background-color: #bdaeee;
/* Tailwind (arbitrary) */
class="text-[#bdaeee] bg-[#bdaeee]"
/* SCSS */
$brand: #bdaeee;
/* SwiftUI */
Color(red: 0.741, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#bdaeee")Accessibility — WCAG contrast
Aa
#bdaeee on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaeee on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.2%
Blue93.3%
CMYK percentages
Cyan20.6%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#bdaeee text on a black background
contrast 10.45:1
Card sample
#bdaeee text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaeee;
Background color
Panel with #bdaeee background
background-color: #bdaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaeee; background: linear-gradient(135deg, #bdaeee, #E8AEEE);