#bf63eb
a light, electric violet · warm · closest name: orchid
RGB
191, 99, 235
HSL
281°, 77%, 66%
CMYK
19, 58, 0, 8
Luminance
0.2600
Every format
| HEX | #bf63eb |
| RGB | rgb(191, 99, 235) |
| HSL | hsl(281, 77%, 66%) |
| CMYK | cmyk(19%, 58%, 0%, 8%) |
| LAB | lab(58.0 58.5 -53.9) |
| LCH | lch(58.0 79.5 317.3) |
| OKLCH | oklch(0.663 0.208 313.4) |
Copy-ready code
/* CSS */
color: #bf63eb;
background-color: #bf63eb;
/* Tailwind (arbitrary) */
class="text-[#bf63eb] bg-[#bf63eb]"
/* SCSS */
$brand: #bf63eb;
/* SwiftUI */
Color(red: 0.749, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#bf63eb")Accessibility — WCAG contrast
Aa
#bf63eb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf63eb on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green38.8%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta57.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bf63eb text on a black background
contrast 6.20:1
Card sample
#bf63eb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf63eb;
Background color
Panel with #bf63eb background
background-color: #bf63eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf63eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf63eb; background: linear-gradient(135deg, #bf63eb, #EB63BC);