#be9bdf
a light, vivid violet · warm · closest name: plum
RGB
190, 155, 223
HSL
271°, 52%, 74%
CMYK
15, 31, 0, 13
Luminance
0.3972
Every format
| HEX | #be9bdf |
| RGB | rgb(190, 155, 223) |
| HSL | hsl(271, 52%, 74%) |
| CMYK | cmyk(15%, 31%, 0%, 13%) |
| LAB | lab(69.3 25.8 -29.6) |
| LCH | lch(69.3 39.3 311.0) |
| OKLCH | oklch(0.745 0.103 307.6) |
Copy-ready code
/* CSS */
color: #be9bdf;
background-color: #be9bdf;
/* Tailwind (arbitrary) */
class="text-[#be9bdf] bg-[#be9bdf]"
/* SCSS */
$brand: #be9bdf;
/* SwiftUI */
Color(red: 0.745, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#be9bdf")Accessibility — WCAG contrast
Aa
#be9bdf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be9bdf on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green60.8%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#be9bdf text on a black background
contrast 8.94:1
Card sample
#be9bdf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be9bdf;
Background color
Panel with #be9bdf background
background-color: #be9bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be9bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be9bdf; background: linear-gradient(135deg, #be9bdf, #DF9BD3);