#bcbfef
a light, vivid blue · warm · closest name: lavender
RGB
188, 191, 239
HSL
237°, 61%, 84%
CMYK
21, 20, 0, 6
Luminance
0.5418
Every format
| HEX | #bcbfef |
| RGB | rgb(188, 191, 239) |
| HSL | hsl(237, 61%, 84%) |
| CMYK | cmyk(21%, 20%, 0%, 6%) |
| LAB | lab(78.6 8.9 -24.1) |
| LCH | lch(78.6 25.7 290.3) |
| OKLCH | oklch(0.819 0.067 282.0) |
Copy-ready code
/* CSS */
color: #bcbfef;
background-color: #bcbfef;
/* Tailwind (arbitrary) */
class="text-[#bcbfef] bg-[#bcbfef]"
/* SCSS */
$brand: #bcbfef;
/* SwiftUI */
Color(red: 0.737, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#bcbfef")Accessibility — WCAG contrast
Aa
#bcbfef on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbfef on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green74.9%
Blue93.7%
CMYK percentages
Cyan21.3%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#bcbfef text on a black background
contrast 11.84:1
Card sample
#bcbfef text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbfef;
Background color
Panel with #bcbfef background
background-color: #bcbfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbfef; background: linear-gradient(135deg, #bcbfef, #DBBCEF);