#bda5ef
a light, vivid violet · warm · closest name: plum
RGB
189, 165, 239
HSL
260°, 70%, 79%
CMYK
21, 31, 0, 6
Luminance
0.4396
Every format
| HEX | #bda5ef |
| RGB | rgb(189, 165, 239) |
| HSL | hsl(260, 70%, 79%) |
| CMYK | cmyk(21%, 31%, 0%, 6%) |
| LAB | lab(72.2 23.5 -33.9) |
| LCH | lch(72.2 41.2 304.7) |
| OKLCH | oklch(0.769 0.107 298.8) |
Copy-ready code
/* CSS */
color: #bda5ef;
background-color: #bda5ef;
/* Tailwind (arbitrary) */
class="text-[#bda5ef] bg-[#bda5ef]"
/* SCSS */
$brand: #bda5ef;
/* SwiftUI */
Color(red: 0.741, green: 0.647, blue: 0.937)
/* Android */
Color.parseColor("#bda5ef")Accessibility — WCAG contrast
Aa
#bda5ef on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda5ef on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green64.7%
Blue93.7%
CMYK percentages
Cyan20.9%
Magenta31.0%
Yellow0.0%
Key (black)6.3%
Color previews
#bda5ef text on a black background
contrast 9.79:1
Card sample
#bda5ef text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda5ef;
Background color
Panel with #bda5ef background
background-color: #bda5ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda5ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 165, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 165, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda5ef; background: linear-gradient(135deg, #bda5ef, #EEA5EF);