#bc89df
a light, vivid violet · warm · closest name: plum
RGB
188, 137, 223
HSL
276°, 57%, 71%
CMYK
16, 39, 0, 13
Luminance
0.3391
Every format
| HEX | #bc89df |
| RGB | rgb(188, 137, 223) |
| HSL | hsl(276, 57%, 71%) |
| CMYK | cmyk(16%, 39%, 0%, 13%) |
| LAB | lab(64.9 35.2 -36.4) |
| LCH | lch(64.9 50.6 314.0) |
| OKLCH | oklch(0.712 0.133 310.6) |
Copy-ready code
/* CSS */
color: #bc89df;
background-color: #bc89df;
/* Tailwind (arbitrary) */
class="text-[#bc89df] bg-[#bc89df]"
/* SCSS */
$brand: #bc89df;
/* SwiftUI */
Color(red: 0.737, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#bc89df")Accessibility — WCAG contrast
Aa
#bc89df on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc89df on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green53.7%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta38.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bc89df text on a black background
contrast 7.78:1
Card sample
#bc89df text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc89df;
Background color
Panel with #bc89df background
background-color: #bc89df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc89df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc89df; background: linear-gradient(135deg, #bc89df, #DF89C9);