#bcacef
a light, vivid blue · warm · closest name: plum
RGB
188, 172, 239
HSL
254°, 68%, 81%
CMYK
21, 28, 0, 6
Luminance
0.4643
Every format
| HEX | #bcacef |
| RGB | rgb(188, 172, 239) |
| HSL | hsl(254, 68%, 81%) |
| CMYK | cmyk(21%, 28%, 0%, 6%) |
| LAB | lab(73.8 19.3 -31.4) |
| LCH | lch(73.8 36.8 301.6) |
| OKLCH | oklch(0.782 0.095 295.1) |
Copy-ready code
/* CSS */
color: #bcacef;
background-color: #bcacef;
/* Tailwind (arbitrary) */
class="text-[#bcacef] bg-[#bcacef]"
/* SCSS */
$brand: #bcacef;
/* SwiftUI */
Color(red: 0.737, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#bcacef")Accessibility — WCAG contrast
Aa
#bcacef on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcacef on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.5%
Blue93.7%
CMYK percentages
Cyan21.3%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#bcacef text on a black background
contrast 10.29:1
Card sample
#bcacef text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcacef;
Background color
Panel with #bcacef background
background-color: #bcacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcacef; background: linear-gradient(135deg, #bcacef, #E9ACEF);