#bcbfe2
a light, soft blue · warm · closest name: lavender
RGB
188, 191, 226
HSL
235°, 40%, 81%
CMYK
17, 16, 0, 11
Luminance
0.5344
Every format
| HEX | #bcbfe2 |
| RGB | rgb(188, 191, 226) |
| HSL | hsl(235, 40%, 81%) |
| CMYK | cmyk(17%, 16%, 0%, 11%) |
| LAB | lab(78.1 6.0 -17.8) |
| LCH | lch(78.1 18.8 288.8) |
| OKLCH | oklch(0.814 0.049 281.4) |
Copy-ready code
/* CSS */
color: #bcbfe2;
background-color: #bcbfe2;
/* Tailwind (arbitrary) */
class="text-[#bcbfe2] bg-[#bcbfe2]"
/* SCSS */
$brand: #bcbfe2;
/* SwiftUI */
Color(red: 0.737, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#bcbfe2")Accessibility — WCAG contrast
Aa
#bcbfe2 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbfe2 on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.9%
Blue88.6%
CMYK percentages
Cyan16.8%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#bcbfe2 text on a black background
contrast 11.69:1
Card sample
#bcbfe2 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbfe2;
Background color
Panel with #bcbfe2 background
background-color: #bcbfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbfe2; background: linear-gradient(135deg, #bcbfe2, #D2BCE2);