#bcacee
a light, vivid blue · warm · closest name: plum
RGB
188, 172, 238
HSL
255°, 66%, 80%
CMYK
21, 28, 0, 7
Luminance
0.4637
Every format
| HEX | #bcacee |
| RGB | rgb(188, 172, 238) |
| HSL | hsl(255, 66%, 80%) |
| CMYK | cmyk(21%, 28%, 0%, 7%) |
| LAB | lab(73.8 19.1 -30.9) |
| LCH | lch(73.8 36.3 301.7) |
| OKLCH | oklch(0.781 0.094 295.3) |
Copy-ready code
/* CSS */
color: #bcacee;
background-color: #bcacee;
/* Tailwind (arbitrary) */
class="text-[#bcacee] bg-[#bcacee]"
/* SCSS */
$brand: #bcacee;
/* SwiftUI */
Color(red: 0.737, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#bcacee")Accessibility — WCAG contrast
Aa
#bcacee on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcacee on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.5%
Blue93.3%
CMYK percentages
Cyan21.0%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#bcacee text on a black background
contrast 10.27:1
Card sample
#bcacee text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcacee;
Background color
Panel with #bcacee background
background-color: #bcacee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcacee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcacee; background: linear-gradient(135deg, #bcacee, #E8ACEE);