#beabdf
a light, soft violet · warm · closest name: plum
RGB
190, 171, 223
HSL
262°, 45%, 77%
CMYK
15, 23, 0, 13
Luminance
0.4540
Every format
| HEX | #beabdf |
| RGB | rgb(190, 171, 223) |
| HSL | hsl(262, 45%, 77%) |
| CMYK | cmyk(15%, 23%, 0%, 13%) |
| LAB | lab(73.2 16.9 -23.7) |
| LCH | lch(73.2 29.1 305.6) |
| OKLCH | oklch(0.775 0.076 301.4) |
Copy-ready code
/* CSS */
color: #beabdf;
background-color: #beabdf;
/* Tailwind (arbitrary) */
class="text-[#beabdf] bg-[#beabdf]"
/* SCSS */
$brand: #beabdf;
/* SwiftUI */
Color(red: 0.745, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#beabdf")Accessibility — WCAG contrast
Aa
#beabdf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beabdf on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green67.1%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#beabdf text on a black background
contrast 10.08:1
Card sample
#beabdf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beabdf;
Background color
Panel with #beabdf background
background-color: #beabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beabdf; background: linear-gradient(135deg, #beabdf, #DFABDD);