#bcdcdf
a light, soft cyan · cool · closest name: silver
RGB
188, 220, 223
HSL
185°, 35%, 81%
CMYK
16, 1, 0, 13
Luminance
0.6721
Every format
| HEX | #bcdcdf |
| RGB | rgb(188, 220, 223) |
| HSL | hsl(185, 35%, 81%) |
| CMYK | cmyk(16%, 1%, 0%, 13%) |
| LAB | lab(85.6 -9.9 -5.0) |
| LCH | lch(85.6 11.1 206.9) |
| OKLCH | oklch(0.872 0.034 203.5) |
Copy-ready code
/* CSS */
color: #bcdcdf;
background-color: #bcdcdf;
/* Tailwind (arbitrary) */
class="text-[#bcdcdf] bg-[#bcdcdf]"
/* SCSS */
$brand: #bcdcdf;
/* SwiftUI */
Color(red: 0.737, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#bcdcdf")Accessibility — WCAG contrast
Aa
#bcdcdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdcdf on black: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green86.3%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bcdcdf text on a black background
contrast 14.44:1
Card sample
#bcdcdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdcdf;
Background color
Panel with #bcdcdf background
background-color: #bcdcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdcdf; background: linear-gradient(135deg, #bcdcdf, #BCC5DF);