#beb4f4
a light, vivid blue · warm · closest name: plum
RGB
190, 180, 244
HSL
249°, 74%, 83%
CMYK
22, 26, 0, 4
Luminance
0.5012
Every format
| HEX | #beb4f4 |
| RGB | rgb(190, 180, 244) |
| HSL | hsl(249, 74%, 83%) |
| CMYK | cmyk(22%, 26%, 0%, 4%) |
| LAB | lab(76.1 16.6 -30.5) |
| LCH | lch(76.1 34.7 298.6) |
| OKLCH | oklch(0.801 0.090 291.4) |
Copy-ready code
/* CSS */
color: #beb4f4;
background-color: #beb4f4;
/* Tailwind (arbitrary) */
class="text-[#beb4f4] bg-[#beb4f4]"
/* SCSS */
$brand: #beb4f4;
/* SwiftUI */
Color(red: 0.745, green: 0.706, blue: 0.957)
/* Android */
Color.parseColor("#beb4f4")Accessibility — WCAG contrast
Aa
#beb4f4 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beb4f4 on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green70.6%
Blue95.7%
CMYK percentages
Cyan22.1%
Magenta26.2%
Yellow0.0%
Key (black)4.3%
Color previews
#beb4f4 text on a black background
contrast 11.02:1
Card sample
#beb4f4 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beb4f4;
Background color
Panel with #beb4f4 background
background-color: #beb4f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beb4f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 180, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 180, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beb4f4; background: linear-gradient(135deg, #beb4f4, #E9B4F4);