#bec4f8
a pale, electric blue · warm · closest name: lavender
RGB
190, 196, 248
HSL
234°, 81%, 86%
CMYK
23, 21, 0, 3
Luminance
0.5720
Every format
| HEX | #bec4f8 |
| RGB | rgb(190, 196, 248) |
| HSL | hsl(234, 81%, 86%) |
| CMYK | cmyk(23%, 21%, 0%, 3%) |
| LAB | lab(80.3 8.8 -26.3) |
| LCH | lch(80.3 27.7 288.6) |
| OKLCH | oklch(0.833 0.073 279.5) |
Copy-ready code
/* CSS */
color: #bec4f8;
background-color: #bec4f8;
/* Tailwind (arbitrary) */
class="text-[#bec4f8] bg-[#bec4f8]"
/* SCSS */
$brand: #bec4f8;
/* SwiftUI */
Color(red: 0.745, green: 0.769, blue: 0.973)
/* Android */
Color.parseColor("#bec4f8")Accessibility — WCAG contrast
Aa
#bec4f8 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec4f8 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green76.9%
Blue97.3%
CMYK percentages
Cyan23.4%
Magenta21.0%
Yellow0.0%
Key (black)2.7%
Color previews
#bec4f8 text on a black background
contrast 12.44:1
Card sample
#bec4f8 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec4f8;
Background color
Panel with #bec4f8 background
background-color: #bec4f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec4f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 196, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 196, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec4f8; background: linear-gradient(135deg, #bec4f8, #DFBEF8);