#bcd3fd
a pale, electric blue · cool · closest name: lavender
RGB
188, 211, 253
HSL
219°, 94%, 87%
CMYK
26, 17, 0, 1
Luminance
0.6437
Every format
| HEX | #bcd3fd |
| RGB | rgb(188, 211, 253) |
| HSL | hsl(219, 94%, 87%) |
| CMYK | cmyk(26%, 17%, 0%, 1%) |
| LAB | lab(84.2 1.4 -23.1) |
| LCH | lch(84.2 23.1 273.4) |
| OKLCH | oklch(0.864 0.064 262.4) |
Copy-ready code
/* CSS */
color: #bcd3fd;
background-color: #bcd3fd;
/* Tailwind (arbitrary) */
class="text-[#bcd3fd] bg-[#bcd3fd]"
/* SCSS */
$brand: #bcd3fd;
/* SwiftUI */
Color(red: 0.737, green: 0.827, blue: 0.992)
/* Android */
Color.parseColor("#bcd3fd")Accessibility — WCAG contrast
Aa
#bcd3fd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd3fd on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green82.7%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta16.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bcd3fd text on a black background
contrast 13.87:1
Card sample
#bcd3fd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd3fd;
Background color
Panel with #bcd3fd background
background-color: #bcd3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 211, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 211, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd3fd; background: linear-gradient(135deg, #bcd3fd, #D0BCFD);