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