#be4eee
a balanced, electric violet · warm · closest name: magenta
RGB
190, 78, 238
HSL
282°, 83%, 62%
CMYK
20, 67, 0, 7
Luminance
0.2257
Every format
| HEX | #be4eee |
| RGB | rgb(190, 78, 238) |
| HSL | hsl(282, 83%, 62%) |
| CMYK | cmyk(20%, 67%, 0%, 7%) |
| LAB | lab(54.6 68.3 -61.0) |
| LCH | lch(54.6 91.6 318.2) |
| OKLCH | oklch(0.639 0.239 313.9) |
Copy-ready code
/* CSS */
color: #be4eee;
background-color: #be4eee;
/* Tailwind (arbitrary) */
class="text-[#be4eee] bg-[#be4eee]"
/* SCSS */
$brand: #be4eee;
/* SwiftUI */
Color(red: 0.745, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#be4eee")Accessibility — WCAG contrast
Aa
#be4eee on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be4eee on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green30.6%
Blue93.3%
CMYK percentages
Cyan20.2%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#be4eee text on a black background
contrast 5.51:1
Card sample
#be4eee text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be4eee;
Background color
Panel with #be4eee background
background-color: #be4eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be4eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be4eee; background: linear-gradient(135deg, #be4eee, #EE4EB3);