#be7eee
a light, electric violet · warm · closest name: orchid
RGB
190, 126, 238
HSL
274°, 77%, 71%
CMYK
20, 47, 0, 7
Luminance
0.3204
Every format
| HEX | #be7eee |
| RGB | rgb(190, 126, 238) |
| HSL | hsl(274, 77%, 71%) |
| CMYK | cmyk(20%, 47%, 0%, 7%) |
| LAB | lab(63.4 45.0 -47.1) |
| LCH | lch(63.4 65.2 313.7) |
| OKLCH | oklch(0.703 0.169 309.0) |
Copy-ready code
/* CSS */
color: #be7eee;
background-color: #be7eee;
/* Tailwind (arbitrary) */
class="text-[#be7eee] bg-[#be7eee]"
/* SCSS */
$brand: #be7eee;
/* SwiftUI */
Color(red: 0.745, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#be7eee")Accessibility — WCAG contrast
Aa
#be7eee on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be7eee on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green49.4%
Blue93.3%
CMYK percentages
Cyan20.2%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#be7eee text on a black background
contrast 7.41:1
Card sample
#be7eee text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be7eee;
Background color
Panel with #be7eee background
background-color: #be7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be7eee; background: linear-gradient(135deg, #be7eee, #EE7ED3);