#bec8fc
a pale, electric blue · warm · closest name: lavender
RGB
190, 200, 252
HSL
230°, 91%, 87%
CMYK
25, 21, 0, 1
Luminance
0.5928
Every format
| HEX | #bec8fc |
| RGB | rgb(190, 200, 252) |
| HSL | hsl(230, 91%, 87%) |
| CMYK | cmyk(25%, 21%, 0%, 1%) |
| LAB | lab(81.5 7.6 -26.6) |
| LCH | lch(81.5 27.7 285.9) |
| OKLCH | oklch(0.843 0.074 276.2) |
Copy-ready code
/* CSS */
color: #bec8fc;
background-color: #bec8fc;
/* Tailwind (arbitrary) */
class="text-[#bec8fc] bg-[#bec8fc]"
/* SCSS */
$brand: #bec8fc;
/* SwiftUI */
Color(red: 0.745, green: 0.784, blue: 0.988)
/* Android */
Color.parseColor("#bec8fc")Accessibility — WCAG contrast
Aa
#bec8fc on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec8fc on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green78.4%
Blue98.8%
CMYK percentages
Cyan24.6%
Magenta20.6%
Yellow0.0%
Key (black)1.2%
Color previews
#bec8fc text on a black background
contrast 12.86:1
Card sample
#bec8fc text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec8fc;
Background color
Panel with #bec8fc background
background-color: #bec8fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec8fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 200, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 200, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec8fc; background: linear-gradient(135deg, #bec8fc, #DDBEFC);