#bdacef
a light, vivid violet · warm · closest name: plum
RGB
189, 172, 239
HSL
255°, 68%, 81%
CMYK
21, 28, 0, 6
Luminance
0.4656
Every format
| HEX | #bdacef |
| RGB | rgb(189, 172, 239) |
| HSL | hsl(255, 68%, 81%) |
| CMYK | cmyk(21%, 28%, 0%, 6%) |
| LAB | lab(73.9 19.6 -31.2) |
| LCH | lch(73.9 36.9 302.1) |
| OKLCH | oklch(0.783 0.096 295.8) |
Copy-ready code
/* CSS */
color: #bdacef;
background-color: #bdacef;
/* Tailwind (arbitrary) */
class="text-[#bdacef] bg-[#bdacef]"
/* SCSS */
$brand: #bdacef;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#bdacef")Accessibility — WCAG contrast
Aa
#bdacef on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdacef on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue93.7%
CMYK percentages
Cyan20.9%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#bdacef text on a black background
contrast 10.31:1
Card sample
#bdacef text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdacef;
Background color
Panel with #bdacef background
background-color: #bdacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdacef; background: linear-gradient(135deg, #bdacef, #EAACEF);