#bcdffc
a pale, electric blue · cool · closest name: lavender
RGB
188, 223, 252
HSL
207°, 91%, 86%
CMYK
25, 12, 0, 1
Luminance
0.7049
Every format
| HEX | #bcdffc |
| RGB | rgb(188, 223, 252) |
| HSL | hsl(207, 91%, 86%) |
| CMYK | cmyk(25%, 12%, 0%, 1%) |
| LAB | lab(87.2 -5.2 -17.9) |
| LCH | lch(87.2 18.6 253.9) |
| OKLCH | oklch(0.888 0.054 243.4) |
Copy-ready code
/* CSS */
color: #bcdffc;
background-color: #bcdffc;
/* Tailwind (arbitrary) */
class="text-[#bcdffc] bg-[#bcdffc]"
/* SCSS */
$brand: #bcdffc;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#bcdffc")Accessibility — WCAG contrast
Aa
#bcdffc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdffc on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue98.8%
CMYK percentages
Cyan25.4%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#bcdffc text on a black background
contrast 15.10:1
Card sample
#bcdffc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdffc;
Background color
Panel with #bcdffc background
background-color: #bcdffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdffc; background: linear-gradient(135deg, #bcdffc, #C4BCFC);