#bcbcf9
a pale, electric blue · warm · closest name: plum
RGB
188, 188, 249
HSL
240°, 84%, 86%
CMYK
25, 25, 0, 2
Luminance
0.5350
Every format
| HEX | #bcbcf9 |
| RGB | rgb(188, 188, 249) |
| HSL | hsl(240, 84%, 86%) |
| CMYK | cmyk(25%, 25%, 0%, 2%) |
| LAB | lab(78.2 12.8 -30.1) |
| LCH | lch(78.2 32.7 293.1) |
| OKLCH | oklch(0.817 0.086 284.3) |
Copy-ready code
/* CSS */
color: #bcbcf9;
background-color: #bcbcf9;
/* Tailwind (arbitrary) */
class="text-[#bcbcf9] bg-[#bcbcf9]"
/* SCSS */
$brand: #bcbcf9;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.976)
/* Android */
Color.parseColor("#bcbcf9")Accessibility — WCAG contrast
Aa
#bcbcf9 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbcf9 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue97.6%
CMYK percentages
Cyan24.5%
Magenta24.5%
Yellow0.0%
Key (black)2.4%
Color previews
#bcbcf9 text on a black background
contrast 11.70:1
Card sample
#bcbcf9 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbcf9;
Background color
Panel with #bcbcf9 background
background-color: #bcbcf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbcf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbcf9; background: linear-gradient(135deg, #bcbcf9, #E5BCF9);