#bcb4ee
a light, vivid blue · warm · closest name: plum
RGB
188, 180, 238
HSL
248°, 63%, 82%
CMYK
21, 24, 0, 7
Luminance
0.4951
Every format
| HEX | #bcb4ee |
| RGB | rgb(188, 180, 238) |
| HSL | hsl(248, 63%, 82%) |
| CMYK | cmyk(21%, 24%, 0%, 7%) |
| LAB | lab(75.8 14.7 -27.8) |
| LCH | lch(75.8 31.5 297.8) |
| OKLCH | oklch(0.797 0.082 290.7) |
Copy-ready code
/* CSS */
color: #bcb4ee;
background-color: #bcb4ee;
/* Tailwind (arbitrary) */
class="text-[#bcb4ee] bg-[#bcb4ee]"
/* SCSS */
$brand: #bcb4ee;
/* SwiftUI */
Color(red: 0.737, green: 0.706, blue: 0.933)
/* Android */
Color.parseColor("#bcb4ee")Accessibility — WCAG contrast
Aa
#bcb4ee on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb4ee on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green70.6%
Blue93.3%
CMYK percentages
Cyan21.0%
Magenta24.4%
Yellow0.0%
Key (black)6.7%
Color previews
#bcb4ee text on a black background
contrast 10.90:1
Card sample
#bcb4ee text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb4ee;
Background color
Panel with #bcb4ee background
background-color: #bcb4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 180, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 180, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb4ee; background: linear-gradient(135deg, #bcb4ee, #E3B4EE);