#be8fdf
a light, vivid violet · warm · closest name: plum
RGB
190, 143, 223
HSL
275°, 56%, 72%
CMYK
15, 36, 0, 13
Luminance
0.3592
Every format
| HEX | #be8fdf |
| RGB | rgb(190, 143, 223) |
| HSL | hsl(275, 56%, 72%) |
| CMYK | cmyk(15%, 36%, 0%, 13%) |
| LAB | lab(66.5 32.5 -34.0) |
| LCH | lch(66.5 47.0 313.7) |
| OKLCH | oklch(0.724 0.123 310.5) |
Copy-ready code
/* CSS */
color: #be8fdf;
background-color: #be8fdf;
/* Tailwind (arbitrary) */
class="text-[#be8fdf] bg-[#be8fdf]"
/* SCSS */
$brand: #be8fdf;
/* SwiftUI */
Color(red: 0.745, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#be8fdf")Accessibility — WCAG contrast
Aa
#be8fdf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be8fdf on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green56.1%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#be8fdf text on a black background
contrast 8.18:1
Card sample
#be8fdf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be8fdf;
Background color
Panel with #be8fdf background
background-color: #be8fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be8fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be8fdf; background: linear-gradient(135deg, #be8fdf, #DF8FCB);