#beabc3
a light, soft violet · warm · closest name: silver
RGB
190, 171, 195
HSL
288°, 17%, 72%
CMYK
3, 12, 0, 24
Luminance
0.4401
Every format
| HEX | #beabc3 |
| RGB | rgb(190, 171, 195) |
| HSL | hsl(288, 17%, 72%) |
| CMYK | cmyk(3%, 12%, 0%, 24%) |
| LAB | lab(72.2 11.2 -9.7) |
| LCH | lch(72.2 14.8 319.1) |
| OKLCH | oklch(0.765 0.040 319.2) |
Copy-ready code
/* CSS */
color: #beabc3;
background-color: #beabc3;
/* Tailwind (arbitrary) */
class="text-[#beabc3] bg-[#beabc3]"
/* SCSS */
$brand: #beabc3;
/* SwiftUI */
Color(red: 0.745, green: 0.671, blue: 0.765)
/* Android */
Color.parseColor("#beabc3")Accessibility — WCAG contrast
Aa
#beabc3 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beabc3 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green67.1%
Blue76.5%
CMYK percentages
Cyan2.6%
Magenta12.3%
Yellow0.0%
Key (black)23.5%
Color previews
#beabc3 text on a black background
contrast 9.80:1
Card sample
#beabc3 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beabc3;
Background color
Panel with #beabc3 background
background-color: #beabc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beabc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 171, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 171, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beabc3; background: linear-gradient(135deg, #beabc3, #C3ABB8);