#bd91df
a light, vivid violet · warm · closest name: plum
RGB
189, 145, 223
HSL
274°, 55%, 72%
CMYK
15, 35, 0, 13
Luminance
0.3640
Every format
| HEX | #bd91df |
| RGB | rgb(189, 145, 223) |
| HSL | hsl(274, 55%, 72%) |
| CMYK | cmyk(15%, 35%, 0%, 13%) |
| LAB | lab(66.8 31.1 -33.4) |
| LCH | lch(66.8 45.6 312.9) |
| OKLCH | oklch(0.726 0.119 309.5) |
Copy-ready code
/* CSS */
color: #bd91df;
background-color: #bd91df;
/* Tailwind (arbitrary) */
class="text-[#bd91df] bg-[#bd91df]"
/* SCSS */
$brand: #bd91df;
/* SwiftUI */
Color(red: 0.741, green: 0.569, blue: 0.875)
/* Android */
Color.parseColor("#bd91df")Accessibility — WCAG contrast
Aa
#bd91df on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd91df on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green56.9%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta35.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bd91df text on a black background
contrast 8.28:1
Card sample
#bd91df text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd91df;
Background color
Panel with #bd91df background
background-color: #bd91df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd91df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 145, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 145, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd91df; background: linear-gradient(135deg, #bd91df, #DF91CD);