#bcbcfe
a pale, electric blue · warm · closest name: plum
RGB
188, 188, 254
HSL
240°, 97%, 87%
CMYK
26, 26, 0, 0
Luminance
0.5381
Every format
| HEX | #bcbcfe |
| RGB | rgb(188, 188, 254) |
| HSL | hsl(240, 97%, 87%) |
| CMYK | cmyk(26%, 26%, 0%, 0%) |
| LAB | lab(78.3 14.0 -32.5) |
| LCH | lch(78.3 35.4 293.3) |
| OKLCH | oklch(0.819 0.092 284.2) |
Copy-ready code
/* CSS */
color: #bcbcfe;
background-color: #bcbcfe;
/* Tailwind (arbitrary) */
class="text-[#bcbcfe] bg-[#bcbcfe]"
/* SCSS */
$brand: #bcbcfe;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.996)
/* Android */
Color.parseColor("#bcbcfe")Accessibility — WCAG contrast
Aa
#bcbcfe on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbcfe on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta26.0%
Yellow0.0%
Key (black)0.4%
Color previews
#bcbcfe text on a black background
contrast 11.76:1
Card sample
#bcbcfe text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbcfe;
Background color
Panel with #bcbcfe background
background-color: #bcbcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbcfe; background: linear-gradient(135deg, #bcbcfe, #E8BCFE);