#bcbcf8
a pale, electric blue · warm · closest name: plum
RGB
188, 188, 248
HSL
240°, 81%, 86%
CMYK
24, 24, 0, 3
Luminance
0.5344
Every format
| HEX | #bcbcf8 |
| RGB | rgb(188, 188, 248) |
| HSL | hsl(240, 81%, 86%) |
| CMYK | cmyk(24%, 24%, 0%, 3%) |
| LAB | lab(78.1 12.6 -29.6) |
| LCH | lch(78.1 32.2 293.0) |
| OKLCH | oklch(0.816 0.084 284.4) |
Copy-ready code
/* CSS */
color: #bcbcf8;
background-color: #bcbcf8;
/* Tailwind (arbitrary) */
class="text-[#bcbcf8] bg-[#bcbcf8]"
/* SCSS */
$brand: #bcbcf8;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.973)
/* Android */
Color.parseColor("#bcbcf8")Accessibility — WCAG contrast
Aa
#bcbcf8 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbcf8 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue97.3%
CMYK percentages
Cyan24.2%
Magenta24.2%
Yellow0.0%
Key (black)2.7%
Color previews
#bcbcf8 text on a black background
contrast 11.69:1
Card sample
#bcbcf8 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbcf8;
Background color
Panel with #bcbcf8 background
background-color: #bcbcf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbcf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbcf8; background: linear-gradient(135deg, #bcbcf8, #E4BCF8);