#bd9eee
a light, vivid violet · warm · closest name: plum
RGB
189, 158, 238
HSL
263°, 70%, 78%
CMYK
21, 34, 0, 7
Luminance
0.4145
Every format
| HEX | #bd9eee |
| RGB | rgb(189, 158, 238) |
| HSL | hsl(263, 70%, 78%) |
| CMYK | cmyk(21%, 34%, 0%, 7%) |
| LAB | lab(70.5 27.1 -36.0) |
| LCH | lch(70.5 45.1 307.0) |
| OKLCH | oklch(0.756 0.117 301.5) |
Copy-ready code
/* CSS */
color: #bd9eee;
background-color: #bd9eee;
/* Tailwind (arbitrary) */
class="text-[#bd9eee] bg-[#bd9eee]"
/* SCSS */
$brand: #bd9eee;
/* SwiftUI */
Color(red: 0.741, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#bd9eee")Accessibility — WCAG contrast
Aa
#bd9eee on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd9eee on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green62.0%
Blue93.3%
CMYK percentages
Cyan20.6%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#bd9eee text on a black background
contrast 9.29:1
Card sample
#bd9eee text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd9eee;
Background color
Panel with #bd9eee background
background-color: #bd9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd9eee; background: linear-gradient(135deg, #bd9eee, #EE9EEA);