#bcbcf3
a light, vivid blue · warm · closest name: plum
RGB
188, 188, 243
HSL
240°, 70%, 85%
CMYK
23, 23, 0, 5
Luminance
0.5313
Every format
| HEX | #bcbcf3 |
| RGB | rgb(188, 188, 243) |
| HSL | hsl(240, 70%, 85%) |
| CMYK | cmyk(23%, 23%, 0%, 5%) |
| LAB | lab(78.0 11.4 -27.2) |
| LCH | lch(78.0 29.5 292.8) |
| OKLCH | oklch(0.814 0.077 284.6) |
Copy-ready code
/* CSS */
color: #bcbcf3;
background-color: #bcbcf3;
/* Tailwind (arbitrary) */
class="text-[#bcbcf3] bg-[#bcbcf3]"
/* SCSS */
$brand: #bcbcf3;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.953)
/* Android */
Color.parseColor("#bcbcf3")Accessibility — WCAG contrast
Aa
#bcbcf3 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbcf3 on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue95.3%
CMYK percentages
Cyan22.6%
Magenta22.6%
Yellow0.0%
Key (black)4.7%
Color previews
#bcbcf3 text on a black background
contrast 11.63:1
Card sample
#bcbcf3 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbcf3;
Background color
Panel with #bcbcf3 background
background-color: #bcbcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbcf3; background: linear-gradient(135deg, #bcbcf3, #E1BCF3);