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