#beb7eb
a light, vivid blue · warm · closest name: plum
RGB
190, 183, 235
HSL
248°, 57%, 82%
CMYK
19, 22, 0, 8
Luminance
0.5081
Every format
| HEX | #beb7eb |
| RGB | rgb(190, 183, 235) |
| HSL | hsl(248, 57%, 82%) |
| CMYK | cmyk(19%, 22%, 0%, 8%) |
| LAB | lab(76.6 13.0 -25.0) |
| LCH | lch(76.6 28.1 297.4) |
| OKLCH | oklch(0.803 0.073 290.8) |
Copy-ready code
/* CSS */
color: #beb7eb;
background-color: #beb7eb;
/* Tailwind (arbitrary) */
class="text-[#beb7eb] bg-[#beb7eb]"
/* SCSS */
$brand: #beb7eb;
/* SwiftUI */
Color(red: 0.745, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#beb7eb")Accessibility — WCAG contrast
Aa
#beb7eb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beb7eb on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green71.8%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#beb7eb text on a black background
contrast 11.16:1
Card sample
#beb7eb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beb7eb;
Background color
Panel with #beb7eb background
background-color: #beb7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beb7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beb7eb; background: linear-gradient(135deg, #beb7eb, #E1B7EB);