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