#bcbceb
a light, vivid blue · warm · closest name: lavender
RGB
188, 188, 235
HSL
240°, 54%, 83%
CMYK
20, 20, 0, 8
Luminance
0.5266
Every format
| HEX | #bcbceb |
| RGB | rgb(188, 188, 235) |
| HSL | hsl(240, 54%, 83%) |
| CMYK | cmyk(20%, 20%, 0%, 8%) |
| LAB | lab(77.7 9.6 -23.3) |
| LCH | lch(77.7 25.2 292.4) |
| OKLCH | oklch(0.811 0.066 284.8) |
Copy-ready code
/* CSS */
color: #bcbceb;
background-color: #bcbceb;
/* Tailwind (arbitrary) */
class="text-[#bcbceb] bg-[#bcbceb]"
/* SCSS */
$brand: #bcbceb;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#bcbceb")Accessibility — WCAG contrast
Aa
#bcbceb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbceb on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#bcbceb text on a black background
contrast 11.53:1
Card sample
#bcbceb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbceb;
Background color
Panel with #bcbceb background
background-color: #bcbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbceb; background: linear-gradient(135deg, #bcbceb, #DBBCEB);