#be9fdf
a light, vivid violet · warm · closest name: plum
RGB
190, 159, 223
HSL
269°, 50%, 75%
CMYK
15, 29, 0, 13
Luminance
0.4107
Every format
| HEX | #be9fdf |
| RGB | rgb(190, 159, 223) |
| HSL | hsl(269, 50%, 75%) |
| CMYK | cmyk(15%, 29%, 0%, 13%) |
| LAB | lab(70.2 23.6 -28.2) |
| LCH | lch(70.2 36.7 309.9) |
| OKLCH | oklch(0.752 0.096 306.3) |
Copy-ready code
/* CSS */
color: #be9fdf;
background-color: #be9fdf;
/* Tailwind (arbitrary) */
class="text-[#be9fdf] bg-[#be9fdf]"
/* SCSS */
$brand: #be9fdf;
/* SwiftUI */
Color(red: 0.745, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#be9fdf")Accessibility — WCAG contrast
Aa
#be9fdf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be9fdf on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green62.4%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#be9fdf text on a black background
contrast 9.21:1
Card sample
#be9fdf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be9fdf;
Background color
Panel with #be9fdf background
background-color: #be9fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be9fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be9fdf; background: linear-gradient(135deg, #be9fdf, #DF9FD5);