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