#beb2df
a light, soft violet · warm · closest name: plum
RGB
190, 178, 223
HSL
256°, 41%, 79%
CMYK
15, 20, 0, 13
Luminance
0.4812
Every format
| HEX | #beb2df |
| RGB | rgb(190, 178, 223) |
| HSL | hsl(256, 41%, 79%) |
| CMYK | cmyk(15%, 20%, 0%, 13%) |
| LAB | lab(74.9 13.1 -21.0) |
| LCH | lch(74.9 24.8 301.9) |
| OKLCH | oklch(0.789 0.064 297.1) |
Copy-ready code
/* CSS */
color: #beb2df;
background-color: #beb2df;
/* Tailwind (arbitrary) */
class="text-[#beb2df] bg-[#beb2df]"
/* SCSS */
$brand: #beb2df;
/* SwiftUI */
Color(red: 0.745, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#beb2df")Accessibility — WCAG contrast
Aa
#beb2df on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beb2df on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green69.8%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta20.2%
Yellow0.0%
Key (black)12.5%
Color previews
#beb2df text on a black background
contrast 10.62:1
Card sample
#beb2df text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beb2df;
Background color
Panel with #beb2df background
background-color: #beb2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beb2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beb2df; background: linear-gradient(135deg, #beb2df, #DCB2DF);