#bebdfb
a pale, electric blue · warm · closest name: plum
RGB
190, 189, 251
HSL
241°, 89%, 86%
CMYK
24, 25, 0, 2
Luminance
0.5431
Every format
| HEX | #bebdfb |
| RGB | rgb(190, 189, 251) |
| HSL | hsl(241, 89%, 86%) |
| CMYK | cmyk(24%, 25%, 0%, 2%) |
| LAB | lab(78.6 13.3 -30.4) |
| LCH | lch(78.6 33.2 293.7) |
| OKLCH | oklch(0.821 0.087 285.1) |
Copy-ready code
/* CSS */
color: #bebdfb;
background-color: #bebdfb;
/* Tailwind (arbitrary) */
class="text-[#bebdfb] bg-[#bebdfb]"
/* SCSS */
$brand: #bebdfb;
/* SwiftUI */
Color(red: 0.745, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#bebdfb")Accessibility — WCAG contrast
Aa
#bebdfb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bebdfb on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green74.1%
Blue98.4%
CMYK percentages
Cyan24.3%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#bebdfb text on a black background
contrast 11.86:1
Card sample
#bebdfb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bebdfb;
Background color
Panel with #bebdfb background
background-color: #bebdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bebdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bebdfb; background: linear-gradient(135deg, #bebdfb, #E7BDFB);