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