#bcb0fc
a light, electric blue · warm · closest name: plum
RGB
188, 176, 252
HSL
250°, 93%, 84%
CMYK
25, 30, 0, 1
Luminance
0.4877
Every format
| HEX | #bcb0fc |
| RGB | rgb(188, 176, 252) |
| HSL | hsl(250, 93%, 84%) |
| CMYK | cmyk(25%, 30%, 0%, 1%) |
| LAB | lab(75.3 20.1 -36.1) |
| LCH | lch(75.3 41.3 299.1) |
| OKLCH | oklch(0.795 0.107 291.0) |
Copy-ready code
/* CSS */
color: #bcb0fc;
background-color: #bcb0fc;
/* Tailwind (arbitrary) */
class="text-[#bcb0fc] bg-[#bcb0fc]"
/* SCSS */
$brand: #bcb0fc;
/* SwiftUI */
Color(red: 0.737, green: 0.690, blue: 0.988)
/* Android */
Color.parseColor("#bcb0fc")Accessibility — WCAG contrast
Aa
#bcb0fc on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb0fc on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green69.0%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta30.2%
Yellow0.0%
Key (black)1.2%
Color previews
#bcb0fc text on a black background
contrast 10.75:1
Card sample
#bcb0fc text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb0fc;
Background color
Panel with #bcb0fc background
background-color: #bcb0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 176, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 176, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb0fc; background: linear-gradient(135deg, #bcb0fc, #EFB0FC);