#bebef6
a pale, electric blue · warm · closest name: plum
RGB
190, 190, 246
HSL
240°, 76%, 86%
CMYK
23, 23, 0, 4
Luminance
0.5443
Every format
| HEX | #bebef6 |
| RGB | rgb(190, 190, 246) |
| HSL | hsl(240, 76%, 86%) |
| CMYK | cmyk(23%, 23%, 0%, 4%) |
| LAB | lab(78.7 11.6 -27.6) |
| LCH | lch(78.7 30.0 292.8) |
| OKLCH | oklch(0.821 0.078 284.5) |
Copy-ready code
/* CSS */
color: #bebef6;
background-color: #bebef6;
/* Tailwind (arbitrary) */
class="text-[#bebef6] bg-[#bebef6]"
/* SCSS */
$brand: #bebef6;
/* SwiftUI */
Color(red: 0.745, green: 0.745, blue: 0.965)
/* Android */
Color.parseColor("#bebef6")Accessibility — WCAG contrast
Aa
#bebef6 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bebef6 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green74.5%
Blue96.5%
CMYK percentages
Cyan22.8%
Magenta22.8%
Yellow0.0%
Key (black)3.5%
Color previews
#bebef6 text on a black background
contrast 11.89:1
Card sample
#bebef6 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bebef6;
Background color
Panel with #bebef6 background
background-color: #bebef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bebef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 190, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 190, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bebef6; background: linear-gradient(135deg, #bebef6, #E3BEF6);