#bcdcdd
a light, soft cyan · cool · closest name: silver
RGB
188, 220, 221
HSL
182°, 33%, 80%
CMYK
15, 1, 0, 13
Luminance
0.6710
Every format
| HEX | #bcdcdd |
| RGB | rgb(188, 220, 221) |
| HSL | hsl(182, 33%, 80%) |
| CMYK | cmyk(15%, 1%, 0%, 13%) |
| LAB | lab(85.5 -10.3 -4.0) |
| LCH | lch(85.5 11.1 201.4) |
| OKLCH | oklch(0.872 0.034 198.9) |
Copy-ready code
/* CSS */
color: #bcdcdd;
background-color: #bcdcdd;
/* Tailwind (arbitrary) */
class="text-[#bcdcdd] bg-[#bcdcdd]"
/* SCSS */
$brand: #bcdcdd;
/* SwiftUI */
Color(red: 0.737, green: 0.863, blue: 0.867)
/* Android */
Color.parseColor("#bcdcdd")Accessibility — WCAG contrast
Aa
#bcdcdd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdcdd on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green86.3%
Blue86.7%
CMYK percentages
Cyan14.9%
Magenta0.5%
Yellow0.0%
Key (black)13.3%
Color previews
#bcdcdd text on a black background
contrast 14.42:1
Card sample
#bcdcdd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdcdd;
Background color
Panel with #bcdcdd background
background-color: #bcdcdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdcdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 220, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 220, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdcdd; background: linear-gradient(135deg, #bcdcdd, #BCC6DD);