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