#be93df
a light, vivid violet · warm · closest name: plum
RGB
190, 147, 223
HSL
274°, 54%, 73%
CMYK
15, 34, 0, 13
Luminance
0.3714
Every format
| HEX | #be93df |
| RGB | rgb(190, 147, 223) |
| HSL | hsl(274, 54%, 73%) |
| CMYK | cmyk(15%, 34%, 0%, 13%) |
| LAB | lab(67.4 30.2 -32.5) |
| LCH | lch(67.4 44.4 312.9) |
| OKLCH | oklch(0.731 0.116 309.6) |
Copy-ready code
/* CSS */
color: #be93df;
background-color: #be93df;
/* Tailwind (arbitrary) */
class="text-[#be93df] bg-[#be93df]"
/* SCSS */
$brand: #be93df;
/* SwiftUI */
Color(red: 0.745, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#be93df")Accessibility — WCAG contrast
Aa
#be93df on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be93df on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green57.6%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#be93df text on a black background
contrast 8.43:1
Card sample
#be93df text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be93df;
Background color
Panel with #be93df background
background-color: #be93df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be93df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be93df; background: linear-gradient(135deg, #be93df, #DF93CD);