#bcacfc
a light, electric blue · warm · closest name: plum
RGB
188, 172, 252
HSL
252°, 93%, 83%
CMYK
25, 32, 0, 1
Luminance
0.4722
Every format
| HEX | #bcacfc |
| RGB | rgb(188, 172, 252) |
| HSL | hsl(252, 93%, 83%) |
| CMYK | cmyk(25%, 32%, 0%, 1%) |
| LAB | lab(74.3 22.3 -37.6) |
| LCH | lch(74.3 43.8 300.7) |
| OKLCH | oklch(0.787 0.113 292.8) |
Copy-ready code
/* CSS */
color: #bcacfc;
background-color: #bcacfc;
/* Tailwind (arbitrary) */
class="text-[#bcacfc] bg-[#bcacfc]"
/* SCSS */
$brand: #bcacfc;
/* SwiftUI */
Color(red: 0.737, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#bcacfc")Accessibility — WCAG contrast
Aa
#bcacfc on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcacfc on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.5%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#bcacfc text on a black background
contrast 10.44:1
Card sample
#bcacfc text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcacfc;
Background color
Panel with #bcacfc background
background-color: #bcacfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcacfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcacfc; background: linear-gradient(135deg, #bcacfc, #F1ACFC);