#bebef2
a light, vivid blue · warm · closest name: lavender
RGB
190, 190, 242
HSL
240°, 67%, 85%
CMYK
22, 22, 0, 5
Luminance
0.5418
Every format
| HEX | #bebef2 |
| RGB | rgb(190, 190, 242) |
| HSL | hsl(240, 67%, 85%) |
| CMYK | cmyk(22%, 22%, 0%, 5%) |
| LAB | lab(78.6 10.7 -25.7) |
| LCH | lch(78.6 27.8 292.6) |
| OKLCH | oklch(0.819 0.073 284.7) |
Copy-ready code
/* CSS */
color: #bebef2;
background-color: #bebef2;
/* Tailwind (arbitrary) */
class="text-[#bebef2] bg-[#bebef2]"
/* SCSS */
$brand: #bebef2;
/* SwiftUI */
Color(red: 0.745, green: 0.745, blue: 0.949)
/* Android */
Color.parseColor("#bebef2")Accessibility — WCAG contrast
Aa
#bebef2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bebef2 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green74.5%
Blue94.9%
CMYK percentages
Cyan21.5%
Magenta21.5%
Yellow0.0%
Key (black)5.1%
Color previews
#bebef2 text on a black background
contrast 11.84:1
Card sample
#bebef2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bebef2;
Background color
Panel with #bebef2 background
background-color: #bebef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bebef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 190, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 190, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bebef2; background: linear-gradient(135deg, #bebef2, #E1BEF2);