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