#bea0cf
a light, soft violet · warm · closest name: plum
RGB
190, 160, 207
HSL
278°, 33%, 72%
CMYK
8, 23, 0, 19
Luminance
0.4059
Every format
| HEX | #bea0cf |
| RGB | rgb(190, 160, 207) |
| HSL | hsl(278, 33%, 72%) |
| CMYK | cmyk(8%, 23%, 0%, 19%) |
| LAB | lab(69.9 19.7 -19.9) |
| LCH | lch(69.9 28.0 314.7) |
| OKLCH | oklch(0.748 0.074 313.2) |
Copy-ready code
/* CSS */
color: #bea0cf;
background-color: #bea0cf;
/* Tailwind (arbitrary) */
class="text-[#bea0cf] bg-[#bea0cf]"
/* SCSS */
$brand: #bea0cf;
/* SwiftUI */
Color(red: 0.745, green: 0.627, blue: 0.812)
/* Android */
Color.parseColor("#bea0cf")Accessibility — WCAG contrast
Aa
#bea0cf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bea0cf on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green62.7%
Blue81.2%
CMYK percentages
Cyan8.2%
Magenta22.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bea0cf text on a black background
contrast 9.12:1
Card sample
#bea0cf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bea0cf;
Background color
Panel with #bea0cf background
background-color: #bea0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bea0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 160, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 160, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bea0cf; background: linear-gradient(135deg, #bea0cf, #CFA0C1);