#beabcd
a light, soft violet · warm · closest name: silver
RGB
190, 171, 205
HSL
274°, 25%, 74%
CMYK
7, 17, 0, 20
Luminance
0.4448
Every format
| HEX | #beabcd |
| RGB | rgb(190, 171, 205) |
| HSL | hsl(274, 25%, 74%) |
| CMYK | cmyk(7%, 17%, 0%, 20%) |
| LAB | lab(72.5 13.2 -14.8) |
| LCH | lch(72.5 19.8 311.8) |
| OKLCH | oklch(0.768 0.052 310.2) |
Copy-ready code
/* CSS */
color: #beabcd;
background-color: #beabcd;
/* Tailwind (arbitrary) */
class="text-[#beabcd] bg-[#beabcd]"
/* SCSS */
$brand: #beabcd;
/* SwiftUI */
Color(red: 0.745, green: 0.671, blue: 0.804)
/* Android */
Color.parseColor("#beabcd")Accessibility — WCAG contrast
Aa
#beabcd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beabcd on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green67.1%
Blue80.4%
CMYK percentages
Cyan7.3%
Magenta16.6%
Yellow0.0%
Key (black)19.6%
Color previews
#beabcd text on a black background
contrast 9.90:1
Card sample
#beabcd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beabcd;
Background color
Panel with #beabcd background
background-color: #beabcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beabcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 171, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 171, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beabcd; background: linear-gradient(135deg, #beabcd, #CDABC5);