#be9df7
a light, electric violet · warm · closest name: plum
RGB
190, 157, 247
HSL
262°, 85%, 79%
CMYK
23, 36, 0, 3
Luminance
0.4178
Every format
| HEX | #be9df7 |
| RGB | rgb(190, 157, 247) |
| HSL | hsl(262, 85%, 79%) |
| CMYK | cmyk(23%, 36%, 0%, 3%) |
| LAB | lab(70.7 30.1 -40.5) |
| LCH | lch(70.7 50.5 306.6) |
| OKLCH | oklch(0.759 0.130 300.2) |
Copy-ready code
/* CSS */
color: #be9df7;
background-color: #be9df7;
/* Tailwind (arbitrary) */
class="text-[#be9df7] bg-[#be9df7]"
/* SCSS */
$brand: #be9df7;
/* SwiftUI */
Color(red: 0.745, green: 0.616, blue: 0.969)
/* Android */
Color.parseColor("#be9df7")Accessibility — WCAG contrast
Aa
#be9df7 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be9df7 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green61.6%
Blue96.9%
CMYK percentages
Cyan23.1%
Magenta36.4%
Yellow0.0%
Key (black)3.1%
Color previews
#be9df7 text on a black background
contrast 9.36:1
Card sample
#be9df7 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be9df7;
Background color
Panel with #be9df7 background
background-color: #be9df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be9df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 157, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 157, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be9df7; background: linear-gradient(135deg, #be9df7, #F79DF4);