#bd97eb
a light, vivid violet · warm · closest name: plum
RGB
189, 151, 235
HSL
267°, 68%, 76%
CMYK
20, 36, 0, 8
Luminance
0.3895
Every format
| HEX | #bd97eb |
| RGB | rgb(189, 151, 235) |
| HSL | hsl(267, 68%, 76%) |
| CMYK | cmyk(20%, 36%, 0%, 8%) |
| LAB | lab(68.7 30.4 -37.1) |
| LCH | lch(68.7 47.9 309.3) |
| OKLCH | oklch(0.742 0.124 304.3) |
Copy-ready code
/* CSS */
color: #bd97eb;
background-color: #bd97eb;
/* Tailwind (arbitrary) */
class="text-[#bd97eb] bg-[#bd97eb]"
/* SCSS */
$brand: #bd97eb;
/* SwiftUI */
Color(red: 0.741, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#bd97eb")Accessibility — WCAG contrast
Aa
#bd97eb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd97eb on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green59.2%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#bd97eb text on a black background
contrast 8.79:1
Card sample
#bd97eb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd97eb;
Background color
Panel with #bd97eb background
background-color: #bd97eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd97eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd97eb; background: linear-gradient(135deg, #bd97eb, #EB97E1);