#bcbcfc
a pale, electric blue · warm · closest name: plum
RGB
188, 188, 252
HSL
240°, 91%, 86%
CMYK
25, 25, 0, 1
Luminance
0.5369
Every format
| HEX | #bcbcfc |
| RGB | rgb(188, 188, 252) |
| HSL | hsl(240, 91%, 86%) |
| CMYK | cmyk(25%, 25%, 0%, 1%) |
| LAB | lab(78.3 13.5 -31.5) |
| LCH | lch(78.3 34.3 293.2) |
| OKLCH | oklch(0.818 0.090 284.2) |
Copy-ready code
/* CSS */
color: #bcbcfc;
background-color: #bcbcfc;
/* Tailwind (arbitrary) */
class="text-[#bcbcfc] bg-[#bcbcfc]"
/* SCSS */
$brand: #bcbcfc;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#bcbcfc")Accessibility — WCAG contrast
Aa
#bcbcfc on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbcfc on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#bcbcfc text on a black background
contrast 11.74:1
Card sample
#bcbcfc text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbcfc;
Background color
Panel with #bcbcfc background
background-color: #bcbcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbcfc; background: linear-gradient(135deg, #bcbcfc, #E7BCFC);