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