#bf89df
a light, vivid violet · warm · closest name: plum
RGB
191, 137, 223
HSL
278°, 57%, 71%
CMYK
14, 39, 0, 13
Luminance
0.3430
Every format
| HEX | #bf89df |
| RGB | rgb(191, 137, 223) |
| HSL | hsl(278, 57%, 71%) |
| CMYK | cmyk(14%, 39%, 0%, 13%) |
| LAB | lab(65.2 36.1 -35.9) |
| LCH | lch(65.2 50.9 315.1) |
| OKLCH | oklch(0.715 0.134 312.2) |
Copy-ready code
/* CSS */
color: #bf89df;
background-color: #bf89df;
/* Tailwind (arbitrary) */
class="text-[#bf89df] bg-[#bf89df]"
/* SCSS */
$brand: #bf89df;
/* SwiftUI */
Color(red: 0.749, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#bf89df")Accessibility — WCAG contrast
Aa
#bf89df on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf89df on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green53.7%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta38.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bf89df text on a black background
contrast 7.86:1
Card sample
#bf89df text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf89df;
Background color
Panel with #bf89df background
background-color: #bf89df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf89df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf89df; background: linear-gradient(135deg, #bf89df, #DF89C6);