#beabcf
a light, soft violet · warm · closest name: plum
RGB
190, 171, 207
HSL
272°, 27%, 74%
CMYK
8, 17, 0, 19
Luminance
0.4458
Every format
| HEX | #beabcf |
| RGB | rgb(190, 171, 207) |
| HSL | hsl(272, 27%, 74%) |
| CMYK | cmyk(8%, 17%, 0%, 19%) |
| LAB | lab(72.6 13.6 -15.8) |
| LCH | lch(72.6 20.8 310.8) |
| OKLCH | oklch(0.769 0.055 308.8) |
Copy-ready code
/* CSS */
color: #beabcf;
background-color: #beabcf;
/* Tailwind (arbitrary) */
class="text-[#beabcf] bg-[#beabcf]"
/* SCSS */
$brand: #beabcf;
/* SwiftUI */
Color(red: 0.745, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#beabcf")Accessibility — WCAG contrast
Aa
#beabcf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beabcf on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green67.1%
Blue81.2%
CMYK percentages
Cyan8.2%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#beabcf text on a black background
contrast 9.92:1
Card sample
#beabcf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beabcf;
Background color
Panel with #beabcf background
background-color: #beabcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beabcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beabcf; background: linear-gradient(135deg, #beabcf, #CFABC8);