#bcaffc
a light, electric blue · warm · closest name: plum
RGB
188, 175, 252
HSL
250°, 93%, 84%
CMYK
25, 31, 0, 1
Luminance
0.4838
Every format
| HEX | #bcaffc |
| RGB | rgb(188, 175, 252) |
| HSL | hsl(250, 93%, 84%) |
| CMYK | cmyk(25%, 31%, 0%, 1%) |
| LAB | lab(75.1 20.7 -36.5) |
| LCH | lch(75.1 41.9 299.5) |
| OKLCH | oklch(0.793 0.108 291.5) |
Copy-ready code
/* CSS */
color: #bcaffc;
background-color: #bcaffc;
/* Tailwind (arbitrary) */
class="text-[#bcaffc] bg-[#bcaffc]"
/* SCSS */
$brand: #bcaffc;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#bcaffc")Accessibility — WCAG contrast
Aa
#bcaffc on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaffc on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#bcaffc text on a black background
contrast 10.68:1
Card sample
#bcaffc text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaffc;
Background color
Panel with #bcaffc background
background-color: #bcaffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaffc; background: linear-gradient(135deg, #bcaffc, #EFAFFC);