#bf89eb
a light, vivid violet · warm · closest name: orchid
RGB
191, 137, 235
HSL
273°, 71%, 73%
CMYK
19, 42, 0, 8
Luminance
0.3497
Every format
| HEX | #bf89eb |
| RGB | rgb(191, 137, 235) |
| HSL | hsl(273, 71%, 73%) |
| CMYK | cmyk(19%, 42%, 0%, 8%) |
| LAB | lab(65.7 38.7 -41.8) |
| LCH | lch(65.7 56.9 312.8) |
| OKLCH | oklch(0.720 0.148 308.5) |
Copy-ready code
/* CSS */
color: #bf89eb;
background-color: #bf89eb;
/* Tailwind (arbitrary) */
class="text-[#bf89eb] bg-[#bf89eb]"
/* SCSS */
$brand: #bf89eb;
/* SwiftUI */
Color(red: 0.749, green: 0.537, blue: 0.922)
/* Android */
Color.parseColor("#bf89eb")Accessibility — WCAG contrast
Aa
#bf89eb on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf89eb on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green53.7%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta41.7%
Yellow0.0%
Key (black)7.8%
Color previews
#bf89eb text on a black background
contrast 7.99:1
Card sample
#bf89eb text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf89eb;
Background color
Panel with #bf89eb background
background-color: #bf89eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf89eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 137, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 137, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf89eb; background: linear-gradient(135deg, #bf89eb, #EB89D6);