#be8eee
a light, vivid violet · warm · closest name: orchid
RGB
190, 142, 238
HSL
270°, 74%, 75%
CMYK
20, 40, 0, 7
Luminance
0.3647
Every format
| HEX | #be8eee |
| RGB | rgb(190, 142, 238) |
| HSL | hsl(270, 74%, 75%) |
| CMYK | cmyk(20%, 40%, 0%, 7%) |
| LAB | lab(66.9 36.3 -41.6) |
| LCH | lch(66.9 55.2 311.1) |
| OKLCH | oklch(0.729 0.143 306.2) |
Copy-ready code
/* CSS */
color: #be8eee;
background-color: #be8eee;
/* Tailwind (arbitrary) */
class="text-[#be8eee] bg-[#be8eee]"
/* SCSS */
$brand: #be8eee;
/* SwiftUI */
Color(red: 0.745, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#be8eee")Accessibility — WCAG contrast
Aa
#be8eee on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be8eee on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green55.7%
Blue93.3%
CMYK percentages
Cyan20.2%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#be8eee text on a black background
contrast 8.29:1
Card sample
#be8eee text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be8eee;
Background color
Panel with #be8eee background
background-color: #be8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be8eee; background: linear-gradient(135deg, #be8eee, #EE8EDE);