#be5eee
a light, electric violet · warm · closest name: orchid
RGB
190, 94, 238
HSL
280°, 81%, 65%
CMYK
20, 61, 0, 7
Luminance
0.2513
Every format
| HEX | #be5eee |
| RGB | rgb(190, 94, 238) |
| HSL | hsl(280, 81%, 65%) |
| CMYK | cmyk(20%, 61%, 0%, 7%) |
| LAB | lab(57.2 61.3 -56.9) |
| LCH | lch(57.2 83.6 317.1) |
| OKLCH | oklch(0.657 0.218 312.7) |
Copy-ready code
/* CSS */
color: #be5eee;
background-color: #be5eee;
/* Tailwind (arbitrary) */
class="text-[#be5eee] bg-[#be5eee]"
/* SCSS */
$brand: #be5eee;
/* SwiftUI */
Color(red: 0.745, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#be5eee")Accessibility — WCAG contrast
Aa
#be5eee on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be5eee on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green36.9%
Blue93.3%
CMYK percentages
Cyan20.2%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#be5eee text on a black background
contrast 6.03:1
Card sample
#be5eee text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be5eee;
Background color
Panel with #be5eee background
background-color: #be5eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be5eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be5eee; background: linear-gradient(135deg, #be5eee, #EE5EBE);