#bcafe2
a light, vivid violet · warm · closest name: plum
RGB
188, 175, 226
HSL
255°, 47%, 79%
CMYK
17, 23, 0, 11
Luminance
0.4684
Every format
| HEX | #bcafe2 |
| RGB | rgb(188, 175, 226) |
| HSL | hsl(255, 47%, 79%) |
| CMYK | cmyk(17%, 23%, 0%, 11%) |
| LAB | lab(74.1 14.8 -23.9) |
| LCH | lch(74.1 28.1 301.7) |
| OKLCH | oklch(0.782 0.073 296.4) |
Copy-ready code
/* CSS */
color: #bcafe2;
background-color: #bcafe2;
/* Tailwind (arbitrary) */
class="text-[#bcafe2] bg-[#bcafe2]"
/* SCSS */
$brand: #bcafe2;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#bcafe2")Accessibility — WCAG contrast
Aa
#bcafe2 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcafe2 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue88.6%
CMYK percentages
Cyan16.8%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#bcafe2 text on a black background
contrast 10.37:1
Card sample
#bcafe2 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcafe2;
Background color
Panel with #bcafe2 background
background-color: #bcafe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcafe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcafe2; background: linear-gradient(135deg, #bcafe2, #DEAFE2);