#be7aef
a light, electric violet · warm · closest name: orchid
RGB
190, 122, 239
HSL
275°, 79%, 71%
CMYK
21, 49, 0, 6
Luminance
0.3110
Every format
| HEX | #be7aef |
| RGB | rgb(190, 122, 239) |
| HSL | hsl(275, 79%, 71%) |
| CMYK | cmyk(21%, 49%, 0%, 6%) |
| LAB | lab(62.6 47.4 -48.9) |
| LCH | lch(62.6 68.1 314.1) |
| OKLCH | oklch(0.697 0.177 309.4) |
Copy-ready code
/* CSS */
color: #be7aef;
background-color: #be7aef;
/* Tailwind (arbitrary) */
class="text-[#be7aef] bg-[#be7aef]"
/* SCSS */
$brand: #be7aef;
/* SwiftUI */
Color(red: 0.745, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#be7aef")Accessibility — WCAG contrast
Aa
#be7aef on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be7aef on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green47.8%
Blue93.7%
CMYK percentages
Cyan20.5%
Magenta49.0%
Yellow0.0%
Key (black)6.3%
Color previews
#be7aef text on a black background
contrast 7.22:1
Card sample
#be7aef text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be7aef;
Background color
Panel with #be7aef background
background-color: #be7aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be7aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be7aef; background: linear-gradient(135deg, #be7aef, #EF7AD2);