#bcaafd
a light, electric blue · warm · closest name: plum
RGB
188, 170, 253
HSL
253°, 95%, 83%
CMYK
26, 33, 0, 1
Luminance
0.4653
Every format
| HEX | #bcaafd |
| RGB | rgb(188, 170, 253) |
| HSL | hsl(253, 95%, 83%) |
| CMYK | cmyk(26%, 33%, 0%, 1%) |
| LAB | lab(73.9 23.7 -38.8) |
| LCH | lch(73.9 45.5 301.4) |
| OKLCH | oklch(0.784 0.117 293.5) |
Copy-ready code
/* CSS */
color: #bcaafd;
background-color: #bcaafd;
/* Tailwind (arbitrary) */
class="text-[#bcaafd] bg-[#bcaafd]"
/* SCSS */
$brand: #bcaafd;
/* SwiftUI */
Color(red: 0.737, green: 0.667, blue: 0.992)
/* Android */
Color.parseColor("#bcaafd")Accessibility — WCAG contrast
Aa
#bcaafd on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaafd on black: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green66.7%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta32.8%
Yellow0.0%
Key (black)0.8%
Color previews
#bcaafd text on a black background
contrast 10.31:1
Card sample
#bcaafd text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaafd;
Background color
Panel with #bcaafd background
background-color: #bcaafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 170, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 170, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaafd; background: linear-gradient(135deg, #bcaafd, #F3AAFD);