#bcafeb
a light, vivid blue · warm · closest name: plum
RGB
188, 175, 235
HSL
253°, 60%, 80%
CMYK
20, 26, 0, 8
Luminance
0.4735
Every format
| HEX | #bcafeb |
| RGB | rgb(188, 175, 235) |
| HSL | hsl(253, 60%, 80%) |
| CMYK | cmyk(20%, 26%, 0%, 8%) |
| LAB | lab(74.4 16.8 -28.3) |
| LCH | lch(74.4 32.9 300.6) |
| OKLCH | oklch(0.786 0.085 294.3) |
Copy-ready code
/* CSS */
color: #bcafeb;
background-color: #bcafeb;
/* Tailwind (arbitrary) */
class="text-[#bcafeb] bg-[#bcafeb]"
/* SCSS */
$brand: #bcafeb;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#bcafeb")Accessibility — WCAG contrast
Aa
#bcafeb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcafeb on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#bcafeb text on a black background
contrast 10.47:1
Card sample
#bcafeb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcafeb;
Background color
Panel with #bcafeb background
background-color: #bcafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcafeb; background: linear-gradient(135deg, #bcafeb, #E4AFEB);