#bcccfe
a pale, electric blue · warm · closest name: lavender
RGB
188, 204, 254
HSL
226°, 97%, 87%
CMYK
26, 20, 0, 0
Luminance
0.6103
Every format
| HEX | #bcccfe |
| RGB | rgb(188, 204, 254) |
| HSL | hsl(226, 97%, 87%) |
| CMYK | cmyk(26%, 20%, 0%, 0%) |
| LAB | lab(82.4 5.3 -26.3) |
| LCH | lch(82.4 26.8 281.4) |
| OKLCH | oklch(0.850 0.072 271.0) |
Copy-ready code
/* CSS */
color: #bcccfe;
background-color: #bcccfe;
/* Tailwind (arbitrary) */
class="text-[#bcccfe] bg-[#bcccfe]"
/* SCSS */
$brand: #bcccfe;
/* SwiftUI */
Color(red: 0.737, green: 0.800, blue: 0.996)
/* Android */
Color.parseColor("#bcccfe")Accessibility — WCAG contrast
Aa
#bcccfe on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcccfe on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green80.0%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta19.7%
Yellow0.0%
Key (black)0.4%
Color previews
#bcccfe text on a black background
contrast 13.21:1
Card sample
#bcccfe text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcccfe;
Background color
Panel with #bcccfe background
background-color: #bcccfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcccfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 204, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 204, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcccfe; background: linear-gradient(135deg, #bcccfe, #D8BCFE);