#bc89eb
a light, vivid violet · warm · closest name: orchid
RGB
188, 137, 235
HSL
271°, 71%, 73%
CMYK
20, 42, 0, 8
Luminance
0.3458
Every format
| HEX | #bc89eb |
| RGB | rgb(188, 137, 235) |
| HSL | hsl(271, 71%, 73%) |
| CMYK | cmyk(20%, 42%, 0%, 8%) |
| LAB | lab(65.4 37.8 -42.3) |
| LCH | lch(65.4 56.7 311.8) |
| OKLCH | oklch(0.717 0.147 307.0) |
Copy-ready code
/* CSS */
color: #bc89eb;
background-color: #bc89eb;
/* Tailwind (arbitrary) */
class="text-[#bc89eb] bg-[#bc89eb]"
/* SCSS */
$brand: #bc89eb;
/* SwiftUI */
Color(red: 0.737, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#bc89eb")Accessibility — WCAG contrast
Aa
#bc89eb on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc89eb on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green53.7%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#bc89eb text on a black background
contrast 7.92:1
Card sample
#bc89eb text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc89eb;
Background color
Panel with #bc89eb background
background-color: #bc89eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc89eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc89eb; background: linear-gradient(135deg, #bc89eb, #EB89D9);