#bcb0f3
a light, vivid blue · warm · closest name: plum
RGB
188, 176, 243
HSL
251°, 74%, 82%
CMYK
23, 28, 0, 5
Luminance
0.4821
Every format
| HEX | #bcb0f3 |
| RGB | rgb(188, 176, 243) |
| HSL | hsl(251, 74%, 82%) |
| CMYK | cmyk(23%, 28%, 0%, 5%) |
| LAB | lab(75.0 18.0 -31.8) |
| LCH | lch(75.0 36.5 299.6) |
| OKLCH | oklch(0.791 0.095 292.3) |
Copy-ready code
/* CSS */
color: #bcb0f3;
background-color: #bcb0f3;
/* Tailwind (arbitrary) */
class="text-[#bcb0f3] bg-[#bcb0f3]"
/* SCSS */
$brand: #bcb0f3;
/* SwiftUI */
Color(red: 0.737, green: 0.690, blue: 0.953)
/* Android */
Color.parseColor("#bcb0f3")Accessibility — WCAG contrast
Aa
#bcb0f3 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcb0f3 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green69.0%
Blue95.3%
CMYK percentages
Cyan22.6%
Magenta27.6%
Yellow0.0%
Key (black)4.7%
Color previews
#bcb0f3 text on a black background
contrast 10.64:1
Card sample
#bcb0f3 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcb0f3;
Background color
Panel with #bcb0f3 background
background-color: #bcb0f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcb0f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 176, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 176, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcb0f3; background: linear-gradient(135deg, #bcb0f3, #E9B0F3);