#bcaeee
a light, vivid blue · warm · closest name: plum
RGB
188, 174, 238
HSL
253°, 65%, 81%
CMYK
21, 27, 0, 7
Luminance
0.4714
Every format
| HEX | #bcaeee |
| RGB | rgb(188, 174, 238) |
| HSL | hsl(253, 65%, 81%) |
| CMYK | cmyk(21%, 27%, 0%, 7%) |
| LAB | lab(74.3 18.0 -30.1) |
| LCH | lch(74.3 35.1 300.8) |
| OKLCH | oklch(0.785 0.091 294.2) |
Copy-ready code
/* CSS */
color: #bcaeee;
background-color: #bcaeee;
/* Tailwind (arbitrary) */
class="text-[#bcaeee] bg-[#bcaeee]"
/* SCSS */
$brand: #bcaeee;
/* SwiftUI */
Color(red: 0.737, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#bcaeee")Accessibility — WCAG contrast
Aa
#bcaeee on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaeee on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.2%
Blue93.3%
CMYK percentages
Cyan21.0%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#bcaeee text on a black background
contrast 10.43:1
Card sample
#bcaeee text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaeee;
Background color
Panel with #bcaeee background
background-color: #bcaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaeee; background: linear-gradient(135deg, #bcaeee, #E7AEEE);