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