#bcddf1
a light, vivid blue · cool · closest name: lavender
RGB
188, 221, 241
HSL
203°, 65%, 84%
CMYK
22, 8, 0, 6
Luminance
0.6876
Every format
| HEX | #bcddf1 |
| RGB | rgb(188, 221, 241) |
| HSL | hsl(203, 65%, 84%) |
| CMYK | cmyk(22%, 8%, 0%, 6%) |
| LAB | lab(86.4 -6.6 -13.4) |
| LCH | lch(86.4 14.9 243.8) |
| OKLCH | oklch(0.880 0.044 234.6) |
Copy-ready code
/* CSS */
color: #bcddf1;
background-color: #bcddf1;
/* Tailwind (arbitrary) */
class="text-[#bcddf1] bg-[#bcddf1]"
/* SCSS */
$brand: #bcddf1;
/* SwiftUI */
Color(red: 0.737, green: 0.867, blue: 0.945)
/* Android */
Color.parseColor("#bcddf1")Accessibility — WCAG contrast
Aa
#bcddf1 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcddf1 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green86.7%
Blue94.5%
CMYK percentages
Cyan22.0%
Magenta8.3%
Yellow0.0%
Key (black)5.5%
Color previews
#bcddf1 text on a black background
contrast 14.75:1
Card sample
#bcddf1 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcddf1;
Background color
Panel with #bcddf1 background
background-color: #bcddf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcddf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 221, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 221, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcddf1; background: linear-gradient(135deg, #bcddf1, #BEBCF1);