#be97df
a light, vivid violet · warm · closest name: plum
RGB
190, 151, 223
HSL
273°, 53%, 73%
CMYK
15, 32, 0, 13
Luminance
0.3841
Every format
| HEX | #be97df |
| RGB | rgb(190, 151, 223) |
| HSL | hsl(273, 53%, 73%) |
| CMYK | cmyk(15%, 32%, 0%, 13%) |
| LAB | lab(68.3 28.0 -31.1) |
| LCH | lch(68.3 41.9 312.0) |
| OKLCH | oklch(0.738 0.110 308.7) |
Copy-ready code
/* CSS */
color: #be97df;
background-color: #be97df;
/* Tailwind (arbitrary) */
class="text-[#be97df] bg-[#be97df]"
/* SCSS */
$brand: #be97df;
/* SwiftUI */
Color(red: 0.745, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#be97df")Accessibility — WCAG contrast
Aa
#be97df on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be97df on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green59.2%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#be97df text on a black background
contrast 8.68:1
Card sample
#be97df text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be97df;
Background color
Panel with #be97df background
background-color: #be97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be97df; background: linear-gradient(135deg, #be97df, #DF97D0);