#bcaff9
a light, electric blue · warm · closest name: plum
RGB
188, 175, 249
HSL
251°, 86%, 83%
CMYK
25, 30, 0, 2
Luminance
0.4819
Every format
| HEX | #bcaff9 |
| RGB | rgb(188, 175, 249) |
| HSL | hsl(251, 86%, 83%) |
| CMYK | cmyk(25%, 30%, 0%, 2%) |
| LAB | lab(74.9 20.0 -35.0) |
| LCH | lch(74.9 40.3 299.7) |
| OKLCH | oklch(0.792 0.104 291.9) |
Copy-ready code
/* CSS */
color: #bcaff9;
background-color: #bcaff9;
/* Tailwind (arbitrary) */
class="text-[#bcaff9] bg-[#bcaff9]"
/* SCSS */
$brand: #bcaff9;
/* SwiftUI */
Color(red: 0.737, green: 0.686, blue: 0.976)
/* Android */
Color.parseColor("#bcaff9")Accessibility — WCAG contrast
Aa
#bcaff9 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcaff9 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green68.6%
Blue97.6%
CMYK percentages
Cyan24.5%
Magenta29.7%
Yellow0.0%
Key (black)2.4%
Color previews
#bcaff9 text on a black background
contrast 10.64:1
Card sample
#bcaff9 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcaff9;
Background color
Panel with #bcaff9 background
background-color: #bcaff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcaff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 175, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 175, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcaff9; background: linear-gradient(135deg, #bcaff9, #EDAFF9);