#bcd7fc
a pale, electric blue · cool · closest name: lavender
RGB
188, 215, 252
HSL
215°, 91%, 86%
CMYK
25, 15, 0, 1
Luminance
0.6632
Every format
| HEX | #bcd7fc |
| RGB | rgb(188, 215, 252) |
| HSL | hsl(215, 91%, 86%) |
| CMYK | cmyk(25%, 15%, 0%, 1%) |
| LAB | lab(85.2 -1.0 -21.0) |
| LCH | lch(85.2 21.0 267.3) |
| OKLCH | oklch(0.872 0.059 256.3) |
Copy-ready code
/* CSS */
color: #bcd7fc;
background-color: #bcd7fc;
/* Tailwind (arbitrary) */
class="text-[#bcd7fc] bg-[#bcd7fc]"
/* SCSS */
$brand: #bcd7fc;
/* SwiftUI */
Color(red: 0.737, green: 0.843, blue: 0.988)
/* Android */
Color.parseColor("#bcd7fc")Accessibility — WCAG contrast
Aa
#bcd7fc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd7fc on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green84.3%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta14.7%
Yellow0.0%
Key (black)1.2%
Color previews
#bcd7fc text on a black background
contrast 14.26:1
Card sample
#bcd7fc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd7fc;
Background color
Panel with #bcd7fc background
background-color: #bcd7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 215, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 215, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd7fc; background: linear-gradient(135deg, #bcd7fc, #CCBCFC);