#bcaff3
a light, vivid blue · warm · closest name: plum
RGB
188, 175, 243
HSL
252°, 74%, 82%
CMYK
23, 28, 0, 5
Luminance
0.4782
Every format
| HEX | #bcaff3 |
| RGB | rgb(188, 175, 243) |
| HSL | hsl(252, 74%, 82%) |
| CMYK | cmyk(23%, 28%, 0%, 5%) |
| LAB | lab(74.7 18.6 -32.2) |
| LCH | lch(74.7 37.1 300.0) |
| OKLCH | oklch(0.789 0.096 292.8) |
Copy-ready code
/* CSS */
color: #bcaff3;
background-color: #bcaff3;
/* Tailwind (arbitrary) */
class="text-[#bcaff3] bg-[#bcaff3]"
/* SCSS */
$brand: #bcaff3;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.953)
/* Android */
Color.parseColor("#bcaff3")Accessibility — WCAG contrast
Aa
#bcaff3 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaff3 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue95.3%
CMYK percentages
Cyan22.6%
Magenta28.0%
Yellow0.0%
Key (black)4.7%
Color previews
#bcaff3 text on a black background
contrast 10.56:1
Card sample
#bcaff3 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaff3;
Background color
Panel with #bcaff3 background
background-color: #bcaff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaff3; background: linear-gradient(135deg, #bcaff3, #E9AFF3);