#bcdbdc
a light, soft cyan · cool · closest name: silver
RGB
188, 219, 220
HSL
182°, 31%, 80%
CMYK
15, 1, 0, 14
Luminance
0.6652
Every format
| HEX | #bcdbdc |
| RGB | rgb(188, 219, 220) |
| HSL | hsl(182, 31%, 80%) |
| CMYK | cmyk(15%, 1%, 0%, 14%) |
| LAB | lab(85.3 -10.0 -3.9) |
| LCH | lch(85.3 10.7 201.5) |
| OKLCH | oklch(0.869 0.033 199.0) |
Copy-ready code
/* CSS */
color: #bcdbdc;
background-color: #bcdbdc;
/* Tailwind (arbitrary) */
class="text-[#bcdbdc] bg-[#bcdbdc]"
/* SCSS */
$brand: #bcdbdc;
/* SwiftUI */
Color(red: 0.737, green: 0.859, blue: 0.863)
/* Android */
Color.parseColor("#bcdbdc")Accessibility — WCAG contrast
Aa
#bcdbdc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdbdc on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green85.9%
Blue86.3%
CMYK percentages
Cyan14.5%
Magenta0.5%
Yellow0.0%
Key (black)13.7%
Color previews
#bcdbdc text on a black background
contrast 14.30:1
Card sample
#bcdbdc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdbdc;
Background color
Panel with #bcdbdc background
background-color: #bcdbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 219, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 219, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdbdc; background: linear-gradient(135deg, #bcdbdc, #BCC6DC);