#bec4f3
a light, vivid blue · warm · closest name: lavender
RGB
190, 196, 243
HSL
233°, 69%, 85%
CMYK
22, 19, 0, 5
Luminance
0.5690
Every format
| HEX | #bec4f3 |
| RGB | rgb(190, 196, 243) |
| HSL | hsl(233, 69%, 85%) |
| CMYK | cmyk(22%, 19%, 0%, 5%) |
| LAB | lab(80.1 7.7 -23.9) |
| LCH | lch(80.1 25.1 287.9) |
| OKLCH | oklch(0.831 0.066 279.2) |
Copy-ready code
/* CSS */
color: #bec4f3;
background-color: #bec4f3;
/* Tailwind (arbitrary) */
class="text-[#bec4f3] bg-[#bec4f3]"
/* SCSS */
$brand: #bec4f3;
/* SwiftUI */
Color(red: 0.745, green: 0.769, blue: 0.953)
/* Android */
Color.parseColor("#bec4f3")Accessibility — WCAG contrast
Aa
#bec4f3 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec4f3 on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green76.9%
Blue95.3%
CMYK percentages
Cyan21.8%
Magenta19.3%
Yellow0.0%
Key (black)4.7%
Color previews
#bec4f3 text on a black background
contrast 12.38:1
Card sample
#bec4f3 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec4f3;
Background color
Panel with #bec4f3 background
background-color: #bec4f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec4f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 196, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 196, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec4f3; background: linear-gradient(135deg, #bec4f3, #DBBEF3);