#beb2db
a light, soft violet · warm · closest name: plum
RGB
190, 178, 219
HSL
258°, 36%, 78%
CMYK
13, 19, 0, 14
Luminance
0.4790
Every format
| HEX | #beb2db |
| RGB | rgb(190, 178, 219) |
| HSL | hsl(258, 36%, 78%) |
| CMYK | cmyk(13%, 19%, 0%, 14%) |
| LAB | lab(74.8 12.2 -19.1) |
| LCH | lch(74.8 22.6 302.7) |
| OKLCH | oklch(0.787 0.059 298.4) |
Copy-ready code
/* CSS */
color: #beb2db;
background-color: #beb2db;
/* Tailwind (arbitrary) */
class="text-[#beb2db] bg-[#beb2db]"
/* SCSS */
$brand: #beb2db;
/* SwiftUI */
Color(red: 0.745, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#beb2db")Accessibility — WCAG contrast
Aa
#beb2db on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beb2db on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green69.8%
Blue85.9%
CMYK percentages
Cyan13.2%
Magenta18.7%
Yellow0.0%
Key (black)14.1%
Color previews
#beb2db text on a black background
contrast 10.58:1
Card sample
#beb2db text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beb2db;
Background color
Panel with #beb2db background
background-color: #beb2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beb2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beb2db; background: linear-gradient(135deg, #beb2db, #D9B2DB);