#bebafd
a pale, electric blue · warm · closest name: plum
RGB
190, 186, 253
HSL
244°, 94%, 86%
CMYK
25, 27, 0, 1
Luminance
0.5316
Every format
| HEX | #bebafd |
| RGB | rgb(190, 186, 253) |
| HSL | hsl(244, 94%, 86%) |
| CMYK | cmyk(25%, 27%, 0%, 1%) |
| LAB | lab(78.0 15.4 -32.5) |
| LCH | lch(78.0 36.0 295.4) |
| OKLCH | oklch(0.816 0.094 286.9) |
Copy-ready code
/* CSS */
color: #bebafd;
background-color: #bebafd;
/* Tailwind (arbitrary) */
class="text-[#bebafd] bg-[#bebafd]"
/* SCSS */
$brand: #bebafd;
/* SwiftUI */
Color(red: 0.745, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#bebafd")Accessibility — WCAG contrast
Aa
#bebafd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bebafd on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green72.9%
Blue99.2%
CMYK percentages
Cyan24.9%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#bebafd text on a black background
contrast 11.63:1
Card sample
#bebafd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bebafd;
Background color
Panel with #bebafd background
background-color: #bebafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bebafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bebafd; background: linear-gradient(135deg, #bebafd, #EBBAFD);