#bcdfda
a light, soft cyan · cool · closest name: silver
RGB
188, 223, 218
HSL
171°, 35%, 81%
CMYK
16, 0, 2, 13
Luminance
0.6853
Every format
| HEX | #bcdfda |
| RGB | rgb(188, 223, 218) |
| HSL | hsl(171, 35%, 81%) |
| CMYK | cmyk(16%, 0%, 2%, 13%) |
| LAB | lab(86.3 -12.4 -1.4) |
| LCH | lch(86.3 12.5 186.4) |
| OKLCH | oklch(0.877 0.037 186.0) |
Copy-ready code
/* CSS */
color: #bcdfda;
background-color: #bcdfda;
/* Tailwind (arbitrary) */
class="text-[#bcdfda] bg-[#bcdfda]"
/* SCSS */
$brand: #bcdfda;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.855)
/* Android */
Color.parseColor("#bcdfda")Accessibility — WCAG contrast
Aa
#bcdfda on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdfda on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue85.5%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow2.2%
Key (black)12.5%
Color previews
#bcdfda text on a black background
contrast 14.71:1
Card sample
#bcdfda text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdfda;
Background color
Panel with #bcdfda background
background-color: #bcdfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdfda; background: linear-gradient(135deg, #bcdfda, #BCCDDF);