#bebaeb
a light, vivid blue · warm · closest name: plum
RGB
190, 186, 235
HSL
245°, 55%, 83%
CMYK
19, 21, 0, 8
Luminance
0.5206
Every format
| HEX | #bebaeb |
| RGB | rgb(190, 186, 235) |
| HSL | hsl(245, 55%, 83%) |
| CMYK | cmyk(19%, 21%, 0%, 8%) |
| LAB | lab(77.3 11.3 -23.8) |
| LCH | lch(77.3 26.4 295.4) |
| OKLCH | oklch(0.809 0.069 288.5) |
Copy-ready code
/* CSS */
color: #bebaeb;
background-color: #bebaeb;
/* Tailwind (arbitrary) */
class="text-[#bebaeb] bg-[#bebaeb]"
/* SCSS */
$brand: #bebaeb;
/* SwiftUI */
Color(red: 0.745, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#bebaeb")Accessibility — WCAG contrast
Aa
#bebaeb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bebaeb on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green72.9%
Blue92.2%
CMYK percentages
Cyan19.1%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bebaeb text on a black background
contrast 11.41:1
Card sample
#bebaeb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bebaeb;
Background color
Panel with #bebaeb background
background-color: #bebaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bebaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bebaeb; background: linear-gradient(135deg, #bebaeb, #DFBAEB);